#BCBA59

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

Shades of Olive Green #BCBA59

Tints of Olive Green #BCBA59

Color information

#BCBA59 (or 0xBCBA59) is unknown color: approx Olive Green. HEX triplet: BC, BA and 59. RGB value is (188,186,89). Sum of RGB (Red+Green+Blue) = 188+186+89=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA59 is #4345A6. Grayscale: #AFAFAF. Windows color (decimal): -4408743 or 5880508. OLE color: 5880508.

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

Color convert

RGB18818689-
CMYK00.010.530.26
HSL58.79º42.49%54.31%-
HSV(B)58.79º52.66%73.73%-
XYZ40.146.5316.32-
YUV175.5479.16136.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 186 (73.05% from 255) = 40.17%
BLUE value IS 89 (35.16% from 255) = 19.22%
R=40.60%
G=40.17%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881868900.010.530.2658.7942.4954.31
HexBCBA5901351A3b2a36
Octal274272131016532735266
Binary101111001011101010110010111010111010111011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA59; }

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

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

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

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

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

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

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

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