#C1AA2D

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

Shades of Earls Green #C1AA2D

Tints of Earls Green #C1AA2D

Color information

#C1AA2D (or 0xC1AA2D) is unknown color: approx Earls Green. HEX triplet: C1, AA and 2D. RGB value is (193,170,45). Sum of RGB (Red+Green+Blue) = 193+170+45=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA2D is #3E55D2. Grayscale: #A3A3A3. Windows color (decimal): -4085203 or 2992833. OLE color: 2992833.

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

Color convert

RGB19317045-
CMYK00.120.770.24
HSL50.68º62.18%46.67%-
HSV(B)50.68º76.68%75.69%-
XYZ36.8440.288.32-
YUV162.6361.62149.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 45 (17.97% from 255) = 11.03%
R=47.30%
G=41.67%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931704500.120.770.2450.6862.1846.67
HexC1AA2D0C4D18333e2f
Octal3012525501411530637657
Binary110000011010101010110101100100110111000110011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AA2D; }

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

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

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

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

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

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

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

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