#c0b85d

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

Shades of Olive Green #C0B85D

Tints of Olive Green #C0B85D

Color information

#C0B85D (or 0xC0B85D) is unknown color: approx Olive Green. HEX triplet: C0, B8 and 5D. RGB value is (192,184,93). Sum of RGB (Red+Green+Blue) = 192+184+93=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B85D is #3F47A2. Grayscale: #B0B0B0. Windows color (decimal): -4147107 or 6142144. OLE color: 6142144.

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

Color convert

RGB19218493-
CMYK00.040.520.25
HSL55.15º44%55.88%-
HSV(B)55.15º51.56%75.29%-
XYZ40.8546.2817.14-
YUV176.0281.15139.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 184 (72.27% from 255) = 39.23%
BLUE value IS 93 (36.72% from 255) = 19.83%
R=40.94%
G=39.23%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921849300.040.520.2555.154455.88
HexC0B85D043419372c38
Octal300270135046431675470
Binary11000000101110001011101010011010011001110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0b85d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0b85d; }

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

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

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

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

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

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

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

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