Html Css Color HEX #C7AF28 Earls Green

📋 copy color: '#C7AF28'

red 199 ◦ green 175 ◦ blue 40

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

Shades of Earls Green #C7AF28

Tints of Earls Green #C7AF28

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

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

R = 48.07%
G = 42.27%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C7AF28 (or 0xC7AF28) is known color: Earls Green. HEX triplet: C7, AF and 28. RGB value is (199,175,40). Sum of RGB (Red+Green+Blue) = 199+175+40=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF28 is #3850D7. Grayscale: #A7A7A7. Windows color (decimal): -3690712 or 2666439. OLE color: 2666439.

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

Color convert

RGB 199 175 40 -
CMYK 0 0.12 0.80 0.22
HSL 50.94º 0.67% 0.47% -
HSV(B) 50.94º 0.8% 0.78% -
XYZ 39.27 42.96 8.23 -
YUV 166.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 199 175 40 0 0.12 0.80 0.22 50.94 0.67 0.47
Hex C7 AF 28 0 C 50 16 33 43 2F
Octal 307 257 50 0 14 120 26 63 103 57
Binary 11000111 10101111 101000 0 1100 1010000 10110 110011 1000011 101111

Color Harmonies of #C7AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF28

Black with #C7AF28

Text Example


Text Example

White with #C7AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF28; }

 p { color: rgb(199,175,40); }

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

background-color css

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

 a { background-color: rgb(199,175,40); }

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

border-color css

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

 span { border-color: rgb(199,175,40); }

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