#BDB64E

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

Shades of Olive Green #BDB64E

Tints of Olive Green #BDB64E

Color information

#BDB64E (or 0xBDB64E) is unknown color: approx Olive Green. HEX triplet: BD, B6 and 4E. RGB value is (189,182,78). Sum of RGB (Red+Green+Blue) = 189+182+78=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB64E is #4249B1. Grayscale: #ACACAC. Windows color (decimal): -4344242 or 5158589. OLE color: 5158589.

HSL color Cylindrical-coordinate representation of color #BDB64E: hue angle of 56.22º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDB64E is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18918278-
CMYK00.040.590.26
HSL56.22º45.68%52.35%-
HSV(B)56.22º58.73%74.12%-
XYZ39.0944.8213.8-
YUV172.2474.82139.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 182 (71.48% from 255) = 40.53%
BLUE value IS 78 (30.86% from 255) = 17.37%
R=42.09%
G=40.53%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891827800.040.590.2656.2245.6852.35
HexBDB64E043B1A382e34
Octal275266116047332705664
Binary10111101101101101001110010011101111010111000101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB64E; }

 p { color: rgb(189,182,78); }

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

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

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

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

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

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

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