Html Css Color HEX #C6AA2C Earls Green

📋 copy color: '#C6AA2C'

red 198 ◦ green 170 ◦ blue 44

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

Shades of Earls Green #C6AA2C

Tints of Earls Green #C6AA2C

RGB

 RED value IS 198 (77.73% from 255) = 48.06%

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

 BLUE value IS 44 (17.58% from 255) = 10.68%

R = 48.06%
G = 41.26%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6AA2C (or 0xC6AA2C) is known color: Earls Green. HEX triplet: C6, AA and 2C. RGB value is (198,170,44). Sum of RGB (Red+Green+Blue) = 198+170+44=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA2C is #3955D3. Grayscale: #A4A4A4. Windows color (decimal): -3757524 or 2927302. OLE color: 2927302.

HSL color Cylindrical-coordinate representation of color #C6AA2C: hue angle of 49.09º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6AA2C is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 170 44 -
CMYK 0 0.14 0.78 0.22
HSL 49.09º 0.64% 0.47% -
HSV(B) 49.09º 0.78% 0.78% -
XYZ 38.12 40.94 8.28 -
YUV 164.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 198 170 44 0 0.14 0.78 0.22 49.09 0.64 0.47
Hex C6 AA 2C 0 E 4E 16 31 40 2F
Octal 306 252 54 0 16 116 26 61 100 57
Binary 11000110 10101010 101100 0 1110 1001110 10110 110001 1000000 101111

Color Harmonies of #C6AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA2C

Black with #C6AA2C

Text Example


Text Example

White with #C6AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA2C; }

 p { color: rgb(198,170,44); }

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

background-color css

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

 a { background-color: rgb(198,170,44); }

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

border-color css

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

 span { border-color: rgb(198,170,44); }

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