Html Css Color HEX #C5AF17 Earls Green

📋 copy color: '#C5AF17'

red 197 ◦ green 175 ◦ blue 23

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

Shades of Earls Green #C5AF17

Tints of Earls Green #C5AF17

RGB

 RED value IS 197 (77.34% from 255) = 49.87%

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

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

R = 49.87%
G = 44.3%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C5AF17 (or 0xC5AF17) is known color: Earls Green. HEX triplet: C5, AF and 17. RGB value is (197,175,23). Sum of RGB (Red+Green+Blue) = 197+175+23=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF17 is #3A50E8. Grayscale: #A4A4A4. Windows color (decimal): -3821801 or 1552325. OLE color: 1552325.

HSL color Cylindrical-coordinate representation of color #C5AF17: hue angle of 52.41º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5AF17 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 23 -
CMYK 0 0.11 0.88 0.23
HSL 52.41º 0.79% 0.43% -
HSV(B) 52.41º 0.88% 0.77% -
XYZ 38.51 42.59 7 -
YUV 164.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 197 175 23 0 0.11 0.88 0.23 52.41 0.79 0.43
Hex C5 AF 17 0 B 58 17 34 4F 2B
Octal 305 257 27 0 13 130 27 64 117 53
Binary 11000101 10101111 10111 0 1011 1011000 10111 110100 1001111 101011

Color Harmonies of #C5AF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF17

Black with #C5AF17

Text Example


Text Example

White with #C5AF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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