Html Css Color HEX #C7A827 Earls Green

📋 copy color: '#C7A827'

red 199 ◦ green 168 ◦ blue 39

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

Shades of Earls Green #C7A827

Tints of Earls Green #C7A827

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.38%

 BLUE value IS 39 (15.63% from 255) = 9.61%

R = 49.01%
G = 41.38%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C7A827 (or 0xC7A827) is known color: Earls Green. HEX triplet: C7, A8 and 27. RGB value is (199,168,39). Sum of RGB (Red+Green+Blue) = 199+168+39=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A827 is #3857D8. Grayscale: #A3A3A3. Windows color (decimal): -3692505 or 2599111. OLE color: 2599111.

HSL color Cylindrical-coordinate representation of color #C7A827: hue angle of 48.38º degrees, saturation: 0.67, 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 #C7A827 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 168 39 -
CMYK 0 0.16 0.80 0.22
HSL 48.38º 0.67% 0.47% -
HSV(B) 48.38º 0.8% 0.78% -
XYZ 37.92 40.29 7.7 -
YUV 162.56 58.27 153.99 -
System Red Green Blue C M Y K H S L
Decimal 199 168 39 0 0.16 0.80 0.22 48.38 0.67 0.47
Hex C7 A8 27 0 10 50 16 30 43 2F
Octal 307 250 47 0 20 120 26 60 103 57
Binary 11000111 10101000 100111 0 10000 1010000 10110 110000 1000011 101111

Color Harmonies of #C7A827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A827

Black with #C7A827

Text Example


Text Example

White with #C7A827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A827; }

 p { color: rgb(199,168,39); }

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

background-color css

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

 a { background-color: rgb(199,168,39); }

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

border-color css

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

 span { border-color: rgb(199,168,39); }

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