#BCB64E

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

Shades of Olive Green #BCB64E

Tints of Olive Green #BCB64E

Color information

#BCB64E (or 0xBCB64E) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 4E. RGB value is (188,182,78). Sum of RGB (Red+Green+Blue) = 188+182+78=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB64E is #4349B1. Grayscale: #ACACAC. Windows color (decimal): -4409778 or 5158588. OLE color: 5158588.

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

Color convert

RGB18818278-
CMYK00.030.590.26
HSL56.73º45.08%52.16%-
HSV(B)56.73º58.51%73.73%-
XYZ38.8444.713.79-
YUV171.9474.99139.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 182 (71.48% from 255) = 40.62%
BLUE value IS 78 (30.86% from 255) = 17.41%
R=41.96%
G=40.62%
B=17.41%

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
Decimal1881827800.030.590.2656.7345.0852.16
HexBCB64E033B1A392d34
Octal274266116037332715564
Binary1011110010110110100111001111101111010111001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB64E; }

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

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

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

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

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

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

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

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