#C0BB57

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

Shades of Olive Green #C0BB57

Tints of Olive Green #C0BB57

Color information

#C0BB57 (or 0xC0BB57) is unknown color: approx Olive Green. HEX triplet: C0, BB and 57. RGB value is (192,187,87). Sum of RGB (Red+Green+Blue) = 192+187+87=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB57 is #3F44A8. Grayscale: #B1B1B1. Windows color (decimal): -4146345 or 5749696. OLE color: 5749696.

HSL color Cylindrical-coordinate representation of color #C0BB57: hue angle of 57.14º degrees, saturation: 0.45, 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 #C0BB57 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19218787-
CMYK00.030.550.25
HSL57.14º45.45%54.71%-
HSV(B)57.14º54.69%75.29%-
XYZ41.2347.4416-
YUV177.177.16138.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 187 (73.44% from 255) = 40.13%
BLUE value IS 87 (34.38% from 255) = 18.67%
R=41.20%
G=40.13%
B=18.67%

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
Decimal1921878700.030.550.2557.1445.4554.71
HexC0BB57033719392d37
Octal300273127036731715567
Binary1100000010111011101011101111011111001111001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BB57; }

 p { color: rgb(192,187,87); }

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

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

 a { background-color: rgb(192,187,87); }

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

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

 span { border-color: rgb(192,187,87); }

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