#BDBB5F

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

Shades of Olive Green #BDBB5F

Tints of Olive Green #BDBB5F

Color information

#BDBB5F (or 0xBDBB5F) is unknown color: approx Olive Green. HEX triplet: BD, BB and 5F. RGB value is (189,187,95). Sum of RGB (Red+Green+Blue) = 189+187+95=471 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.13% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB5F is #4244A0. Grayscale: #B1B1B1. Windows color (decimal): -4342945 or 6273981. OLE color: 6273981.

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

Color convert

RGB18918795-
CMYK00.010.500.26
HSL58.72º41.59%55.69%-
HSV(B)58.72º49.74%74.12%-
XYZ40.8247.1917.78-
YUV177.1181.66136.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.13%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 95 (37.5% from 255) = 20.17%
R=40.13%
G=39.70%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891879500.010.500.2658.7241.5955.69
HexBDBB5F01321A3b2a38
Octal275273137016232735270
Binary101111011011101110111110111001011010111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB5F; }

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

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

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

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

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

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

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

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