Html Css Color HEX #C6AA19 Earls Green

📋 copy color: '#C6AA19'

red 198 ◦ green 170 ◦ blue 25

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

Shades of Earls Green #C6AA19

Tints of Earls Green #C6AA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.36%

R = 50.38%
G = 43.26%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6AA19 (or 0xC6AA19) is known color: Earls Green. HEX triplet: C6, AA and 19. RGB value is (198,170,25). Sum of RGB (Red+Green+Blue) = 198+170+25=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AA19 is #3955E6. Grayscale: #A2A2A2. Windows color (decimal): -3757543 or 1682118. OLE color: 1682118.

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

Color convert

RGB 198 170 25 -
CMYK 0 0.14 0.87 0.22
HSL 50.29º 0.78% 0.44% -
HSV(B) 50.29º 0.87% 0.78% -
XYZ 37.84 40.83 6.81 -
YUV 161.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 198 170 25 0 0.14 0.87 0.22 50.29 0.78 0.44
Hex C6 AA 19 0 E 57 16 32 4E 2C
Octal 306 252 31 0 16 127 26 62 116 54
Binary 11000110 10101010 11001 0 1110 1010111 10110 110010 1001110 101100

Color Harmonies of #C6AA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA19

Black with #C6AA19

Text Example


Text Example

White with #C6AA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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