Html Css Color HEX #BDBB5E Olive Green

📋 copy color: '#BDBB5E'

red 189 ◦ green 187 ◦ blue 94

#BDBB5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #BDBB5E

Tints of Olive Green #BDBB5E

RGB

 RED value IS 189 (74.22% from 255) = 40.21%

 GREEN value IS 187 (73.44% from 255) = 39.79%

 BLUE value IS 94 (37.11% from 255) = 20%

R = 40.21%
G = 39.79%
B = 20%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BDBB5E (or 0xBDBB5E) is known color: Olive Green. HEX triplet: BD, BB and 5E. RGB value is (189,187,94). Sum of RGB (Red+Green+Blue) = 189+187+94=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB5E is #4244A1. Grayscale: #B1B1B1. Windows color (decimal): -4342946 or 6208445. OLE color: 6208445.

HSL color Cylindrical-coordinate representation of color #BDBB5E: hue angle of 58.74º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDBB5E is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 94 -
CMYK 0 0.01 0.50 0.26
HSL 58.74º 0.42% 0.55% -
HSV(B) 58.74º 0.5% 0.74% -
XYZ 40.78 47.17 17.54 -
YUV 177 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 189 187 94 0 0.01 0.50 0.26 58.74 0.42 0.55
Hex BD BB 5E 0 1 32 1A 3B 2A 37
Octal 275 273 136 0 1 62 32 73 52 67
Binary 10111101 10111011 1011110 0 1 110010 11010 111011 101010 110111

Color Harmonies of #BDBB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB5E

Black with #BDBB5E

Text Example


Text Example

White with #BDBB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB5E; }

 p { color: rgb(189,187,94); }

 H1.HeaderClassName
 {
   color: #BDBB5E;
 }
 .AnyTagClassName
 {
   color: #BDBB5E;
 }
</style>

background-color css

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

 a { background-color: rgb(189,187,94); }

 div.DivClassName
 {
   background-color: #BDBB5E;
 }
 .BgClassName
 {
   background-color: #BDBB5E;
 }
</style>

border-color css

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

 span { border-color: rgb(189,187,94); }

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