Html Css Color HEX #BDBB5B Olive Green

📋 copy color: '#BDBB5B'

red 189 ◦ green 187 ◦ blue 91

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

Shades of Olive Green #BDBB5B

Tints of Olive Green #BDBB5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.49%

R = 40.47%
G = 40.04%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BDBB5B (or 0xBDBB5B) is known color: Olive Green. HEX triplet: BD, BB and 5B. RGB value is (189,187,91). Sum of RGB (Red+Green+Blue) = 189+187+91=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB5B is #4244A4. Grayscale: #B1B1B1. Windows color (decimal): -4342949 or 6011837. OLE color: 6011837.

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

Color convert

RGB 189 187 91 -
CMYK 0 0.01 0.52 0.26
HSL 58.78º 0.43% 0.55% -
HSV(B) 58.78º 0.52% 0.74% -
XYZ 40.64 47.11 16.85 -
YUV 176.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 189 187 91 0 0.01 0.52 0.26 58.78 0.43 0.55
Hex BD BB 5B 0 1 34 1A 3B 2B 37
Octal 275 273 133 0 1 64 32 73 53 67
Binary 10111101 10111011 1011011 0 1 110100 11010 111011 101011 110111

Color Harmonies of #BDBB5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB5B

Black with #BDBB5B

Text Example


Text Example

White with #BDBB5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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