#BCBE59

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

Shades of Olive Green #BCBE59

Tints of Olive Green #BCBE59

Color information

#BCBE59 (or 0xBCBE59) is unknown color: approx Olive Green. HEX triplet: BC, BE and 59. RGB value is (188,190,89). Sum of RGB (Red+Green+Blue) = 188+190+89=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE59 is #4341A6. Grayscale: #B2B2B2. Windows color (decimal): -4407719 or 5881532. OLE color: 5881532.

HSL color Cylindrical-coordinate representation of color #BCBE59: hue angle of 61.19º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCBE59 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB18819089-
CMYK0.0100.530.25
HSL61.19º43.72%54.71%-
HSV(B)61.19º53.16%74.51%-
XYZ40.9648.2416.6-
YUV177.8977.84135.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 89 (35.16% from 255) = 19.06%
R=40.26%
G=40.69%
B=19.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188190890.0100.530.2561.1943.7254.71
HexBCBE591035193d2c37
Octal274276131106531755467
Binary101111001011111010110011011010111001111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBE59; }

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

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

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

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

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

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

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

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