#BCB65E

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

Shades of Olive Green #BCB65E

Tints of Olive Green #BCB65E

Color information

#BCB65E (or 0xBCB65E) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 5E. RGB value is (188,182,94). Sum of RGB (Red+Green+Blue) = 188+182+94=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB65E is #4349A1. Grayscale: #AEAEAE. Windows color (decimal): -4409762 or 6207164. OLE color: 6207164.

HSL color Cylindrical-coordinate representation of color #BCB65E: hue angle of 56.17º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCB65E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18818294-
CMYK00.030.500.26
HSL56.17º41.23%55.29%-
HSV(B)56.17º50%73.73%-
XYZ39.4944.9617.19-
YUV173.7682.99138.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 94 (37.11% from 255) = 20.26%
R=40.52%
G=39.22%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881829400.030.500.2656.1741.2355.29
HexBCB65E03321A382937
Octal274266136036232705167
Binary1011110010110110101111001111001011010111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB65E; }

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

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

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

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

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

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

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

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