#BCB84E

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

Shades of Olive Green #BCB84E

Tints of Olive Green #BCB84E

Color information

#BCB84E (or 0xBCB84E) is unknown color: approx Olive Green. HEX triplet: BC, B8 and 4E. RGB value is (188,184,78). Sum of RGB (Red+Green+Blue) = 188+184+78=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB84E is #4347B1. Grayscale: #ADADAD. Windows color (decimal): -4409266 or 5159100. OLE color: 5159100.

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

Color convert

RGB18818478-
CMYK00.020.590.26
HSL57.82º45.08%52.16%-
HSV(B)57.82º58.51%73.73%-
XYZ39.2545.5213.93-
YUV173.1174.33138.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 184 (72.27% from 255) = 40.89%
BLUE value IS 78 (30.86% from 255) = 17.33%
R=41.78%
G=40.89%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881847800.020.590.2657.8245.0852.16
HexBCB84E023B1A3a2d34
Octal274270116027332725564
Binary1011110010111000100111001011101111010111010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB84E; }

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

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

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

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

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

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

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

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