#BCB659

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

Shades of Olive Green #BCB659

Tints of Olive Green #BCB659

Color information

#BCB659 (or 0xBCB659) is unknown color: approx Olive Green. HEX triplet: BC, B6 and 59. RGB value is (188,182,89). Sum of RGB (Red+Green+Blue) = 188+182+89=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB659 is #4349A6. Grayscale: #ADADAD. Windows color (decimal): -4409767 or 5879484. OLE color: 5879484.

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

Color convert

RGB18818289-
CMYK00.030.530.26
HSL56.36º42.49%54.31%-
HSV(B)56.36º52.66%73.73%-
XYZ39.2744.8716.04-
YUV173.1980.49138.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 89 (35.16% from 255) = 19.39%
R=40.96%
G=39.65%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881828900.030.530.2656.3642.4954.31
HexBCB65903351A382a36
Octal274266131036532705266
Binary1011110010110110101100101111010111010111000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB659; }

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

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

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

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

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

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

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

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