#BDB84E

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

Shades of Olive Green #BDB84E

Tints of Olive Green #BDB84E

Color information

#BDB84E (or 0xBDB84E) is unknown color: approx Olive Green. HEX triplet: BD, B8 and 4E. RGB value is (189,184,78). Sum of RGB (Red+Green+Blue) = 189+184+78=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB84E is #4247B1. Grayscale: #ADADAD. Windows color (decimal): -4343730 or 5159101. OLE color: 5159101.

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

Color convert

RGB18918478-
CMYK00.030.590.26
HSL57.3º45.68%52.35%-
HSV(B)57.3º58.73%74.12%-
XYZ39.545.6513.94-
YUV173.4174.16139.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.91%
GREEN value IS 184 (72.27% from 255) = 40.80%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=41.91%
G=40.80%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891847800.030.590.2657.345.6852.35
HexBDB84E033B1A392e34
Octal275270116037332715664
Binary1011110110111000100111001111101111010111001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB84E; }

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

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

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

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

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

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

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

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