#C2B859

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

Shades of Olive Green #C2B859

Tints of Olive Green #C2B859

Color information

#C2B859 (or 0xC2B859) is unknown color: approx Olive Green. HEX triplet: C2, B8 and 59. RGB value is (194,184,89). Sum of RGB (Red+Green+Blue) = 194+184+89=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B859 is #3D47A6. Grayscale: #B0B0B0. Windows color (decimal): -4016039 or 5880002. OLE color: 5880002.

HSL color Cylindrical-coordinate representation of color #C2B859: hue angle of 54.29º 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 #C2B859 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19418489-
CMYK00.050.540.24
HSL54.29º46.26%55.49%-
HSV(B)54.29º54.12%76.08%-
XYZ41.1946.4716.25-
YUV176.1678.81140.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 184 (72.27% from 255) = 39.40%
BLUE value IS 89 (35.16% from 255) = 19.06%
R=41.54%
G=39.40%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941848900.050.540.2454.2946.2655.49
HexC2B859053618362e37
Octal302270131056630665667
Binary11000010101110001011001010111011011000110110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B859; }

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

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

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

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

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

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

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

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