#BCB859

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

Shades of Olive Green #BCB859

Tints of Olive Green #BCB859

Color information

#BCB859 (or 0xBCB859) is unknown color: approx Olive Green. HEX triplet: BC, B8 and 59. RGB value is (188,184,89). Sum of RGB (Red+Green+Blue) = 188+184+89=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB859 is #4347A6. Grayscale: #AEAEAE. Windows color (decimal): -4409255 or 5879996. OLE color: 5879996.

HSL color Cylindrical-coordinate representation of color #BCB859: hue angle of 57.58º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCB859 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18818489-
CMYK00.020.530.26
HSL57.58º42.49%54.31%-
HSV(B)57.58º52.66%73.73%-
XYZ39.6845.6916.18-
YUV174.3779.83137.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 184 (72.27% from 255) = 39.91%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=40.78%
G=39.91%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881848900.020.530.2657.5842.4954.31
HexBCB85902351A3a2a36
Octal274270131026532725266
Binary1011110010111000101100101011010111010111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB859; }

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

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

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

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

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

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

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

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