#BDB256

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

Shades of Olive Green #BDB256

Tints of Olive Green #BDB256

Color information

#BDB256 (or 0xBDB256) is unknown color: approx Olive Green. HEX triplet: BD, B2 and 56. RGB value is (189,178,86). Sum of RGB (Red+Green+Blue) = 189+178+86=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 86 (33.98% from 255 or 18.98% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB256 is #424DA9. Grayscale: #ABABAB. Windows color (decimal): -4345258 or 5681853. OLE color: 5681853.

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

Color convert

RGB18917886-
CMYK00.060.540.26
HSL53.59º43.83%53.92%-
HSV(B)53.59º54.5%74.12%-
XYZ38.5943.3315.13-
YUV170.880.14140.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.72%
GREEN value IS 178 (69.92% from 255) = 39.29%
BLUE value IS 86 (33.98% from 255) = 18.98%
R=41.72%
G=39.29%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891788600.060.540.2653.5943.8353.92
HexBDB25606361A362c36
Octal275262126066632665466
Binary10111101101100101010110011011011011010110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB256; }

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

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

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

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

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

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

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

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