#c0b12c

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

Shades of Earls Green #C0B12C

Tints of Earls Green #C0B12C

Color information

#C0B12C (or 0xC0B12C) is unknown color: approx Earls Green. HEX triplet: C0, B1 and 2C. RGB value is (192,177,44). Sum of RGB (Red+Green+Blue) = 192+177+44=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B12C is #3F4ED3. Grayscale: #A6A6A6. Windows color (decimal): -4148948 or 2929088. OLE color: 2929088.

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

Color convert

RGB19217744-
CMYK00.080.770.25
HSL53.92º62.71%46.27%-
HSV(B)53.92º77.08%75.29%-
XYZ37.9142.838.65-
YUV166.3258.97146.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 177 (69.53% from 255) = 42.86%
BLUE value IS 44 (17.58% from 255) = 10.65%
R=46.49%
G=42.86%
B=10.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921774400.080.770.2553.9262.7146.27
HexC0B12C084D19363f2e
Octal3002615401011531667756
Binary110000001011000110110001000100110111001110110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0b12c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0b12c; }

 p { color: rgb(192,177,44); }

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

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

 a { background-color: rgb(192,177,44); }

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

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

 span { border-color: rgb(192,177,44); }

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