Html Css Color HEX #C5AF13 Earls Green

📋 copy color: '#C5AF13'

red 197 ◦ green 175 ◦ blue 19

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

Shades of Earls Green #C5AF13

Tints of Earls Green #C5AF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.86%

R = 50.38%
G = 44.76%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C5AF13 (or 0xC5AF13) is known color: Earls Green. HEX triplet: C5, AF and 13. RGB value is (197,175,19). Sum of RGB (Red+Green+Blue) = 197+175+19=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 19 (7.81% from 255 or 4.86% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF13 is #3A50EC. Grayscale: #A4A4A4. Windows color (decimal): -3821805 or 1290181. OLE color: 1290181.

HSL color Cylindrical-coordinate representation of color #C5AF13: hue angle of 52.58º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5AF13 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 19 -
CMYK 0 0.11 0.90 0.23
HSL 52.58º 0.82% 0.42% -
HSV(B) 52.58º 0.9% 0.77% -
XYZ 38.47 42.58 6.81 -
YUV 163.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 197 175 19 0 0.11 0.90 0.23 52.58 0.82 0.42
Hex C5 AF 13 0 B 5A 17 35 52 2A
Octal 305 257 23 0 13 132 27 65 122 52
Binary 11000101 10101111 10011 0 1011 1011010 10111 110101 1010010 101010

Color Harmonies of #C5AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF13

Black with #C5AF13

Text Example


Text Example

White with #C5AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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