#C0AE30

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

Shades of Earls Green #C0AE30

Tints of Earls Green #C0AE30

Color information

#C0AE30 (or 0xC0AE30) is unknown color: approx Earls Green. HEX triplet: C0, AE and 30. RGB value is (192,174,48). Sum of RGB (Red+Green+Blue) = 192+174+48=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE30 is #3F51CF. Grayscale: #A5A5A5. Windows color (decimal): -4149712 or 3190464. OLE color: 3190464.

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

Color convert

RGB19217448-
CMYK00.090.750.25
HSL52.5º60%47.06%-
HSV(B)52.5º75%75.29%-
XYZ37.4141.698.87-
YUV165.0261.96147.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 174 (68.36% from 255) = 42.03%
BLUE value IS 48 (19.14% from 255) = 11.59%
R=46.38%
G=42.03%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921744800.090.750.2552.56047.06
HexC0AE30094B19343c2f
Octal3002566001111331647457
Binary110000001010111011000001001100101111001110100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AE30; }

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

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

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

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

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

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

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

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