Html Css Color HEX #C5AF15 Earls Green

📋 copy color: '#C5AF15'

red 197 ◦ green 175 ◦ blue 21

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

Shades of Earls Green #C5AF15

Tints of Earls Green #C5AF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.34%

R = 50.13%
G = 44.53%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C5AF15 (or 0xC5AF15) is known color: Earls Green. HEX triplet: C5, AF and 15. RGB value is (197,175,21). Sum of RGB (Red+Green+Blue) = 197+175+21=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 21 (8.59% from 255 or 5.34% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AF15 is #3A50EA. Grayscale: #A4A4A4. Windows color (decimal): -3821803 or 1421253. OLE color: 1421253.

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

Color convert

RGB 197 175 21 -
CMYK 0 0.11 0.89 0.23
HSL 52.5º 0.81% 0.43% -
HSV(B) 52.5º 0.89% 0.77% -
XYZ 38.49 42.58 6.9 -
YUV 164.02 47.29 151.52 -
System Red Green Blue C M Y K H S L
Decimal 197 175 21 0 0.11 0.89 0.23 52.5 0.81 0.43
Hex C5 AF 15 0 B 59 17 34 51 2B
Octal 305 257 25 0 13 131 27 64 121 53
Binary 11000101 10101111 10101 0 1011 1011001 10111 110100 1010001 101011

Color Harmonies of #C5AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF15

Black with #C5AF15

Text Example


Text Example

White with #C5AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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