Html Css Color HEX #C7AF17 Earls Green

📋 copy color: '#C7AF17'

red 199 ◦ green 175 ◦ blue 23

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

Shades of Earls Green #C7AF17

Tints of Earls Green #C7AF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.79%

R = 50.13%
G = 44.08%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C7AF17 (or 0xC7AF17) is known color: Earls Green. HEX triplet: C7, AF and 17. RGB value is (199,175,23). Sum of RGB (Red+Green+Blue) = 199+175+23=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AF17 is #3850E8. Grayscale: #A5A5A5. Windows color (decimal): -3690729 or 1552327. OLE color: 1552327.

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

Color convert

RGB 199 175 23 -
CMYK 0 0.12 0.88 0.22
HSL 51.82º 0.79% 0.44% -
HSV(B) 51.82º 0.88% 0.78% -
XYZ 39.04 42.86 7.03 -
YUV 164.85 47.95 152.36 -
System Red Green Blue C M Y K H S L
Decimal 199 175 23 0 0.12 0.88 0.22 51.82 0.79 0.44
Hex C7 AF 17 0 C 58 16 34 4F 2C
Octal 307 257 27 0 14 130 26 64 117 54
Binary 11000111 10101111 10111 0 1100 1011000 10110 110100 1001111 101100

Color Harmonies of #C7AF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF17

Black with #C7AF17

Text Example


Text Example

White with #C7AF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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