#C2BC59

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

Shades of Olive Green #C2BC59

Tints of Olive Green #C2BC59

Color information

#C2BC59 (or 0xC2BC59) is unknown color: approx Olive Green. HEX triplet: C2, BC and 59. RGB value is (194,188,89). Sum of RGB (Red+Green+Blue) = 194+188+89=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC59 is #3D43A6. Grayscale: #B2B2B2. Windows color (decimal): -4015015 or 5881026. OLE color: 5881026.

HSL color Cylindrical-coordinate representation of color #C2BC59: hue angle of 56.57º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2BC59 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19418889-
CMYK00.030.540.24
HSL56.57º46.26%55.49%-
HSV(B)56.57º54.12%76.08%-
XYZ42.0348.1616.53-
YUV178.5177.49139.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.19%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 89 (35.16% from 255) = 18.90%
R=41.19%
G=39.92%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941888900.030.540.2456.5746.2655.49
HexC2BC59033618392e37
Octal302274131036630715667
Binary1100001010111100101100101111011011000111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC59; }

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

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

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

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

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

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

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

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