#C0BA56

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

Shades of Olive Green #C0BA56

Tints of Olive Green #C0BA56

Color information

#C0BA56 (or 0xC0BA56) is unknown color: approx Olive Green. HEX triplet: C0, BA and 56. RGB value is (192,186,86). Sum of RGB (Red+Green+Blue) = 192+186+86=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 86 (33.98% from 255 or 18.53% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BA56 is #3F45A9. Grayscale: #B0B0B0. Windows color (decimal): -4146602 or 5683904. OLE color: 5683904.

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

Color convert

RGB19218686-
CMYK00.030.550.25
HSL56.6º45.69%54.51%-
HSV(B)56.6º55.21%75.29%-
XYZ40.984715.72-
YUV176.3976.99139.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 186 (73.05% from 255) = 40.09%
BLUE value IS 86 (33.98% from 255) = 18.53%
R=41.38%
G=40.09%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921868600.030.550.2556.645.6954.51
HexC0BA56033719392e37
Octal300272126036731715667
Binary1100000010111010101011001111011111001111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BA56; }

 p { color: rgb(192,186,86); }

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

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

 a { background-color: rgb(192,186,86); }

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

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

 span { border-color: rgb(192,186,86); }

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