#C0B853

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

Shades of Olive Green #C0B853

Tints of Olive Green #C0B853

Color information

#C0B853 (or 0xC0B853) is unknown color: approx Olive Green. HEX triplet: C0, B8 and 53. RGB value is (192,184,83). Sum of RGB (Red+Green+Blue) = 192+184+83=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B853 is #3F47AC. Grayscale: #AFAFAF. Windows color (decimal): -4147117 or 5486784. OLE color: 5486784.

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

Color convert

RGB19218483-
CMYK00.040.570.25
HSL55.6º46.38%53.92%-
HSV(B)55.6º56.77%75.29%-
XYZ40.4446.1114.95-
YUV174.8876.15140.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 184 (72.27% from 255) = 40.09%
BLUE value IS 83 (32.81% from 255) = 18.08%
R=41.83%
G=40.09%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921848300.040.570.2555.646.3853.92
HexC0B853043919382e36
Octal300270123047131705666
Binary11000000101110001010011010011100111001111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B853; }

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

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

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

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

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

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

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

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