#C0AE1C

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

Shades of Earls Green #C0AE1C

Tints of Earls Green #C0AE1C

Color information

#C0AE1C (or 0xC0AE1C) is unknown color: approx Earls Green. HEX triplet: C0, AE and 1C. RGB value is (192,174,28). Sum of RGB (Red+Green+Blue) = 192+174+28=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE1C is #3F51E3. Grayscale: #A3A3A3. Windows color (decimal): -4149732 or 1879744. OLE color: 1879744.

HSL color Cylindrical-coordinate representation of color #C0AE1C: hue angle of 53.41º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0AE1C is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19217428-
CMYK00.090.850.25
HSL53.41º74.55%43.14%-
HSV(B)53.41º85.42%75.29%-
XYZ37.0841.567.17-
YUV162.7451.96148.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.73%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 28 (11.33% from 255) = 7.11%
R=48.73%
G=44.16%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921742800.090.850.2553.4174.5543.14
HexC0AE1C095519354b2b
Octal30025634011125316511353
Binary110000001010111011100010011010101110011101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE1C; }

 p { color: rgb(192,174,28); }

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

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

 a { background-color: rgb(192,174,28); }

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

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

 span { border-color: rgb(192,174,28); }

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