Html Css Color HEX #C7AA29 Earls Green

📋 copy color: '#C7AA29'

red 199 ◦ green 170 ◦ blue 41

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

Shades of Earls Green #C7AA29

Tints of Earls Green #C7AA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10%

R = 48.54%
G = 41.46%
B = 10%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7AA29 (or 0xC7AA29) is known color: Earls Green. HEX triplet: C7, AA and 29. RGB value is (199,170,41). Sum of RGB (Red+Green+Blue) = 199+170+41=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AA29 is #3855D6. Grayscale: #A4A4A4. Windows color (decimal): -3691991 or 2730695. OLE color: 2730695.

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

Color convert

RGB 199 170 41 -
CMYK 0 0.15 0.79 0.22
HSL 48.99º 0.66% 0.47% -
HSV(B) 48.99º 0.79% 0.78% -
XYZ 38.33 41.05 8 -
YUV 163.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 199 170 41 0 0.15 0.79 0.22 48.99 0.66 0.47
Hex C7 AA 29 0 F 4F 16 31 42 2F
Octal 307 252 51 0 17 117 26 61 102 57
Binary 11000111 10101010 101001 0 1111 1001111 10110 110001 1000010 101111

Color Harmonies of #C7AA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA29

Black with #C7AA29

Text Example


Text Example

White with #C7AA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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