#C0B756

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

Shades of Olive Green #C0B756

Tints of Olive Green #C0B756

Color information

#C0B756 (or 0xC0B756) is unknown color: approx Olive Green. HEX triplet: C0, B7 and 56. RGB value is (192,183,86). Sum of RGB (Red+Green+Blue) = 192+183+86=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B756 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B756 is #3F48A9. Grayscale: #AFAFAF. Windows color (decimal): -4147370 or 5683136. OLE color: 5683136.

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

Color convert

RGB19218386-
CMYK00.050.550.25
HSL54.91º45.69%54.51%-
HSV(B)54.91º55.21%75.29%-
XYZ40.3545.7515.51-
YUV174.6377.98140.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 86 (33.98% from 255) = 18.66%
R=41.65%
G=39.70%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921838600.050.550.2554.9145.6954.51
HexC0B756053719372e37
Octal300267126056731675667
Binary11000000101101111010110010111011111001110111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B756; }

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

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

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

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

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

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

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

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