#C0B84E

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

Shades of Olive Green #C0B84E

Tints of Olive Green #C0B84E

Color information

#C0B84E (or 0xC0B84E) is unknown color: approx Olive Green. HEX triplet: C0, B8 and 4E. RGB value is (192,184,78). Sum of RGB (Red+Green+Blue) = 192+184+78=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 78 (30.86% from 255 or 17.18% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B84E is #3F47B1. Grayscale: #AEAEAE. Windows color (decimal): -4147122 or 5159104. OLE color: 5159104.

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

Color convert

RGB19218478-
CMYK00.040.590.25
HSL55.79º47.5%52.94%-
HSV(B)55.79º59.38%75.29%-
XYZ40.2546.0413.97-
YUV174.3173.65140.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 184 (72.27% from 255) = 40.53%
BLUE value IS 78 (30.86% from 255) = 17.18%
R=42.29%
G=40.53%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921847800.040.590.2555.7947.552.94
HexC0B84E043B19383035
Octal300270116047331706065
Binary11000000101110001001110010011101111001111000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B84E; }

 p { color: rgb(192,184,78); }

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

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

 a { background-color: rgb(192,184,78); }

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

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

 span { border-color: rgb(192,184,78); }

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