#BDBD5B

Color #BDBD5B Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BDBD5B

Tints of Olive Green #BDBD5B

Color information

#BDBD5B (or 0xBDBD5B) is unknown color: approx Olive Green. HEX triplet: BD, BD and 5B. RGB value is (189,189,91). Sum of RGB (Red+Green+Blue) = 189+189+91=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD5B is #4242A4. Grayscale: #B2B2B2. Windows color (decimal): -4342437 or 6012349. OLE color: 6012349.

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

Color convert

RGB18918991-
CMYK000.520.26
HSL60º42.61%54.9%-
HSV(B)60º51.85%74.12%-
XYZ41.0747.9716.99-
YUV177.8379135.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 189 (74.22% from 255) = 40.30%
BLUE value IS 91 (35.94% from 255) = 19.40%
R=40.30%
G=40.30%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918991000.520.266042.6154.9
HexBDBD5B00341A3c2b37
Octal275275133006432745367
Binary101111011011110110110110011010011010111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD5B; }

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

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

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

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

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

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

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

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