Html Css Color HEX #C6AA28 Earls Green

📋 copy color: '#C6AA28'

red 198 ◦ green 170 ◦ blue 40

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

Shades of Earls Green #C6AA28

Tints of Earls Green #C6AA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.8%

R = 48.53%
G = 41.67%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C6AA28 (or 0xC6AA28) is known color: Earls Green. HEX triplet: C6, AA and 28. RGB value is (198,170,40). Sum of RGB (Red+Green+Blue) = 198+170+40=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AA28 is #3955D7. Grayscale: #A4A4A4. Windows color (decimal): -3757528 or 2665158. OLE color: 2665158.

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

Color convert

RGB 198 170 40 -
CMYK 0 0.14 0.80 0.22
HSL 49.37º 0.66% 0.47% -
HSV(B) 49.37º 0.8% 0.78% -
XYZ 38.05 40.91 7.9 -
YUV 163.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 198 170 40 0 0.14 0.80 0.22 49.37 0.66 0.47
Hex C6 AA 28 0 E 50 16 31 42 2F
Octal 306 252 50 0 16 120 26 61 102 57
Binary 11000110 10101010 101000 0 1110 1010000 10110 110001 1000010 101111

Color Harmonies of #C6AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AA28

Black with #C6AA28

Text Example


Text Example

White with #C6AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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