Html Css Color HEX #C1AA1C Earls Green

📋 copy color: '#C1AA1C'

red 193 ◦ green 170 ◦ blue 28

#C1AA1C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #C1AA1C

Tints of Earls Green #C1AA1C

RGB

 RED value IS 193 (75.78% from 255) = 49.36%

 GREEN value IS 170 (66.8% from 255) = 43.48%

 BLUE value IS 28 (11.33% from 255) = 7.16%

R = 49.36%
G = 43.48%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1AA1C (or 0xC1AA1C) is known color: Earls Green. HEX triplet: C1, AA and 1C. RGB value is (193,170,28). Sum of RGB (Red+Green+Blue) = 193+170+28=391 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.36% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AA1C is #3E55E3. Grayscale: #A1A1A1. Windows color (decimal): -4085220 or 1878721. OLE color: 1878721.

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

Color convert

RGB 193 170 28 -
CMYK 0 0.12 0.85 0.24
HSL 51.64º 0.75% 0.43% -
HSV(B) 51.64º 0.85% 0.76% -
XYZ 36.58 40.17 6.92 -
YUV 160.69 53.12 151.05 -
System Red Green Blue C M Y K H S L
Decimal 193 170 28 0 0.12 0.85 0.24 51.64 0.75 0.43
Hex C1 AA 1C 0 C 55 18 34 4B 2B
Octal 301 252 34 0 14 125 30 64 113 53
Binary 11000001 10101010 11100 0 1100 1010101 11000 110100 1001011 101011

Color Harmonies of #C1AA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AA1C

Black with #C1AA1C

Text Example


Text Example

White with #C1AA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AA1C; }

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

 H1.HeaderClassName
 {
   color: #C1AA1C;
 }
 .AnyTagClassName
 {
   color: #C1AA1C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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