Html Css Color HEX #C8AA22 Earls Green

📋 copy color: '#C8AA22'

red 200 ◦ green 170 ◦ blue 34

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

Shades of Earls Green #C8AA22

Tints of Earls Green #C8AA22

RGB

 RED value IS 200 (78.52% from 255) = 49.5%

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

 BLUE value IS 34 (13.67% from 255) = 8.42%

R = 49.5%
G = 42.08%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C8AA22 (or 0xC8AA22) is known color: Earls Green. HEX triplet: C8, AA and 22. RGB value is (200,170,34). Sum of RGB (Red+Green+Blue) = 200+170+34=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA22 is #3755DD. Grayscale: #A4A4A4. Windows color (decimal): -3626462 or 2271944. OLE color: 2271944.

HSL color Cylindrical-coordinate representation of color #C8AA22: hue angle of 49.16º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8AA22 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 34 -
CMYK 0 0.15 0.83 0.22
HSL 49.16º 0.71% 0.46% -
HSV(B) 49.16º 0.83% 0.78% -
XYZ 38.48 41.14 7.43 -
YUV 163.47 54.94 154.06 -
System Red Green Blue C M Y K H S L
Decimal 200 170 34 0 0.15 0.83 0.22 49.16 0.71 0.46
Hex C8 AA 22 0 F 53 16 31 47 2E
Octal 310 252 42 0 17 123 26 61 107 56
Binary 11001000 10101010 100010 0 1111 1010011 10110 110001 1000111 101110

Color Harmonies of #C8AA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AA22

Black with #C8AA22

Text Example


Text Example

White with #C8AA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AA22; }

 p { color: rgb(200,170,34); }

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

background-color css

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

 a { background-color: rgb(200,170,34); }

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

border-color css

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

 span { border-color: rgb(200,170,34); }

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