#C1AA30

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

Shades of Earls Green #C1AA30

Tints of Earls Green #C1AA30

Color information

#C1AA30 (or 0xC1AA30) is unknown color: approx Earls Green. HEX triplet: C1, AA and 30. RGB value is (193,170,48). Sum of RGB (Red+Green+Blue) = 193+170+48=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 170 (66.80% from 255 or 41.36% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA30 is #3E55CF. Grayscale: #A3A3A3. Windows color (decimal): -4085200 or 3189441. OLE color: 3189441.

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

Color convert

RGB19317048-
CMYK00.120.750.24
HSL50.48º60.17%47.25%-
HSV(B)50.48º75.13%75.69%-
XYZ36.940.38.63-
YUV162.9763.12149.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 170 (66.80% from 255) = 41.36%
BLUE value IS 48 (19.14% from 255) = 11.68%
R=46.96%
G=41.36%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931704800.120.750.2450.4860.1747.25
HexC1AA300C4B18323c2f
Octal3012526001411330627457
Binary110000011010101011000001100100101111000110010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA30; }

 p { color: rgb(193,170,48); }

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

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

 a { background-color: rgb(193,170,48); }

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

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

 span { border-color: rgb(193,170,48); }

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