Html Css Color HEX #C4AF13 Earls Green

📋 copy color: '#C4AF13'

red 196 ◦ green 175 ◦ blue 19

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

Shades of Earls Green #C4AF13

Tints of Earls Green #C4AF13

RGB

 RED value IS 196 (76.95% from 255) = 50.26%

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

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

R = 50.26%
G = 44.87%
B = 4.87%

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

#C4AF13 (or 0xC4AF13) is known color: Earls Green. HEX triplet: C4, AF and 13. RGB value is (196,175,19). Sum of RGB (Red+Green+Blue) = 196+175+19=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 19 (7.81% from 255 or 4.87% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4AF13 is #3B50EC. Grayscale: #A4A4A4. Windows color (decimal): -3887341 or 1290180. OLE color: 1290180.

HSL color Cylindrical-coordinate representation of color #C4AF13: hue angle of 52.88º 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 #C4AF13 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 19 -
CMYK 0 0.11 0.90 0.23
HSL 52.88º 0.82% 0.42% -
HSV(B) 52.88º 0.9% 0.77% -
XYZ 38.21 42.44 6.79 -
YUV 163.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 196 175 19 0 0.11 0.90 0.23 52.88 0.82 0.42
Hex C4 AF 13 0 B 5A 17 35 52 2A
Octal 304 257 23 0 13 132 27 65 122 52
Binary 11000100 10101111 10011 0 1011 1011010 10111 110101 1010010 101010

Color Harmonies of #C4AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF13

Black with #C4AF13

Text Example


Text Example

White with #C4AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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