#C0B959

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

Shades of Olive Green #C0B959

Tints of Olive Green #C0B959

Color information

#C0B959 (or 0xC0B959) is unknown color: approx Olive Green. HEX triplet: C0, B9 and 59. RGB value is (192,185,89). Sum of RGB (Red+Green+Blue) = 192+185+89=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B959 is #3F46A6. Grayscale: #B0B0B0. Windows color (decimal): -4146855 or 5880256. OLE color: 5880256.

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

Color convert

RGB19218589-
CMYK00.040.540.25
HSL55.92º44.98%55.1%-
HSV(B)55.92º53.65%75.29%-
XYZ40.8946.6316.3-
YUV176.1578.82139.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 89 (35.16% from 255) = 19.10%
R=41.20%
G=39.70%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921858900.040.540.2555.9244.9855.1
HexC0B959043619382d37
Octal300271131046631705567
Binary11000000101110011011001010011011011001111000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B959; }

 p { color: rgb(192,185,89); }

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

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

 a { background-color: rgb(192,185,89); }

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

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

 span { border-color: rgb(192,185,89); }

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