#BDB856

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

Shades of Olive Green #BDB856

Tints of Olive Green #BDB856

Color information

#BDB856 (or 0xBDB856) is unknown color: approx Olive Green. HEX triplet: BD, B8 and 56. RGB value is (189,184,86). Sum of RGB (Red+Green+Blue) = 189+184+86=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB856 is #4247A9. Grayscale: #AEAEAE. Windows color (decimal): -4343722 or 5683389. OLE color: 5683389.

HSL color Cylindrical-coordinate representation of color #BDB856: hue angle of 57.09º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDB856 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18918486-
CMYK00.030.540.26
HSL57.09º43.83%53.92%-
HSV(B)57.09º54.5%74.12%-
XYZ39.8145.7715.54-
YUV174.3278.16138.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 184 (72.27% from 255) = 40.09%
BLUE value IS 86 (33.98% from 255) = 18.74%
R=41.18%
G=40.09%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891848600.030.540.2657.0943.8353.92
HexBDB85603361A392c36
Octal275270126036632715466
Binary1011110110111000101011001111011011010111001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB856; }

 p { color: rgb(189,184,86); }

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

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

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

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

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

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

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