Html Css Color HEX #BDBB5A Olive Green

📋 copy color: '#BDBB5A'

red 189 ◦ green 187 ◦ blue 90

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

Shades of Olive Green #BDBB5A

Tints of Olive Green #BDBB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.31%

R = 40.56%
G = 40.13%
B = 19.31%

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

#BDBB5A (or 0xBDBB5A) is known color: Olive Green. HEX triplet: BD, BB and 5A. RGB value is (189,187,90). Sum of RGB (Red+Green+Blue) = 189+187+90=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 90 (35.55% from 255 or 19.31% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB5A is #4244A5. Grayscale: #B0B0B0. Windows color (decimal): -4342950 or 5946301. OLE color: 5946301.

HSL color Cylindrical-coordinate representation of color #BDBB5A: hue angle of 58.79º 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 #BDBB5A is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 90 -
CMYK 0 0.01 0.52 0.26
HSL 58.79º 0.43% 0.55% -
HSV(B) 58.79º 0.52% 0.74% -
XYZ 40.6 47.1 16.62 -
YUV 176.54 79.16 136.89 -
System Red Green Blue C M Y K H S L
Decimal 189 187 90 0 0.01 0.52 0.26 58.79 0.43 0.55
Hex BD BB 5A 0 1 34 1A 3B 2B 37
Octal 275 273 132 0 1 64 32 73 53 67
Binary 10111101 10111011 1011010 0 1 110100 11010 111011 101011 110111

Color Harmonies of #BDBB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB5A

Black with #BDBB5A

Text Example


Text Example

White with #BDBB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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