#C0B95C

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

Shades of Olive Green #C0B95C

Tints of Olive Green #C0B95C

Color information

#C0B95C (or 0xC0B95C) is unknown color: approx Olive Green. HEX triplet: C0, B9 and 5C. RGB value is (192,185,92). Sum of RGB (Red+Green+Blue) = 192+185+92=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B95C is #3F46A3. Grayscale: #B0B0B0. Windows color (decimal): -4146852 or 6076864. OLE color: 6076864.

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

Color convert

RGB19218592-
CMYK00.040.520.25
HSL55.8º44.25%55.69%-
HSV(B)55.8º52.08%75.29%-
XYZ41.0246.6816.97-
YUV176.4980.32139.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=40.94%
G=39.45%
B=19.62%

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
Decimal1921859200.040.520.2555.844.2555.69
HexC0B95C043419382c38
Octal300271134046431705470
Binary11000000101110011011100010011010011001111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B95C; }

 p { color: rgb(192,185,92); }

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

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

 a { background-color: rgb(192,185,92); }

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

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

 span { border-color: rgb(192,185,92); }

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