Html Css Color HEX #C7AA18 Earls Green

📋 copy color: '#C7AA18'

red 199 ◦ green 170 ◦ blue 24

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

Shades of Earls Green #C7AA18

Tints of Earls Green #C7AA18

RGB

 RED value IS 199 (78.13% from 255) = 50.64%

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

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 50.64%
G = 43.26%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7AA18 (or 0xC7AA18) is known color: Earls Green. HEX triplet: C7, AA and 18. RGB value is (199,170,24). Sum of RGB (Red+Green+Blue) = 199+170+24=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AA18 is #3855E7. Grayscale: #A2A2A2. Windows color (decimal): -3692008 or 1616583. OLE color: 1616583.

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

Color convert

RGB 199 170 24 -
CMYK 0 0.15 0.88 0.22
HSL 50.06º 0.78% 0.44% -
HSV(B) 50.06º 0.88% 0.78% -
XYZ 38.09 40.96 6.76 -
YUV 162.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 199 170 24 0 0.15 0.88 0.22 50.06 0.78 0.44
Hex C7 AA 18 0 F 58 16 32 4E 2C
Octal 307 252 30 0 17 130 26 62 116 54
Binary 11000111 10101010 11000 0 1111 1011000 10110 110010 1001110 101100

Color Harmonies of #C7AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA18

Black with #C7AA18

Text Example


Text Example

White with #C7AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA18; }

 p { color: rgb(199,170,24); }

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

background-color css

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

 a { background-color: rgb(199,170,24); }

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

border-color css

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

 span { border-color: rgb(199,170,24); }

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