#95bd1e

Color #95BD1E Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #95BD1E

Tints of Bahia #95BD1E

Color information

#95BD1E (or 0x95BD1E) is unknown color: approx Bahia. HEX triplet: 95, BD and 1E. RGB value is (149,189,30). Sum of RGB (Red+Green+Blue) = 149+189+30=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #95BD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BD1E is #6A42E1. Grayscale: #9F9F9F. Windows color (decimal): -6963938 or 2014613. OLE color: 2014613.

HSL color Cylindrical-coordinate representation of color #95BD1E: hue angle of 75.09º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95BD1E is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB14918930-
CMYK0.2100.840.26
HSL75.09º72.6%42.94%-
HSV(B)75.09º84.13%74.12%-
XYZ30.8342.887.88-
YUV158.9155.25120.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 189 (74.22% from 255) = 51.36%
BLUE value IS 30 (12.11% from 255) = 8.15%
R=40.49%
G=51.36%
B=8.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149189300.2100.840.2675.0972.642.94
Hex95BD1E150541A4b492b
Octal225275362501243211311153
Binary10010101101111011111010101010101001101010010111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95bd1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95bd1e; }

 p { color: rgb(149,189,30); }

 H1.HeaderClassName
 {
   color: #95bd1e;
 }
 .AnyTagClassName
 {
   color: #95bd1e;
 }
</style>
background-color css

<style>
 a { background-color: #95bd1e; }

 a { background-color: rgb(149,189,30); }

 div.DivClassName
 {
   background-color: #95bd1e;
 }
 .BgClassName
 {
   background-color: #95bd1e;
 }
</style>
border-color css

<style>
 span { border-color: #95bd1e; }

 span { border-color: rgb(149,189,30); }

 td.TdClassName
 {
   border-color: #95bd1e;
 }
 .TagClassName
 {
   border-color: #95bd1e;
 }
</style>