Html Css Color HEX #C2AF13 Earls Green

📋 copy color: '#C2AF13'

red 194 ◦ green 175 ◦ blue 19

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

Shades of Earls Green #C2AF13

Tints of Earls Green #C2AF13

RGB

 RED value IS 194 (76.17% from 255) = 50%

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

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

R = 50%
G = 45.1%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C2AF13 (or 0xC2AF13) is known color: Earls Green. HEX triplet: C2, AF and 13. RGB value is (194,175,19). Sum of RGB (Red+Green+Blue) = 194+175+19=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF13 is #3D50EC. Grayscale: #A3A3A3. Windows color (decimal): -4018413 or 1290178. OLE color: 1290178.

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

Color convert

RGB 194 175 19 -
CMYK 0 0.10 0.90 0.24
HSL 53.49º 0.82% 0.42% -
HSV(B) 53.49º 0.9% 0.76% -
XYZ 37.7 42.18 6.77 -
YUV 162.9 46.79 150.18 -
System Red Green Blue C M Y K H S L
Decimal 194 175 19 0 0.10 0.90 0.24 53.49 0.82 0.42
Hex C2 AF 13 0 A 5A 18 35 52 2A
Octal 302 257 23 0 12 132 30 65 122 52
Binary 11000010 10101111 10011 0 1010 1011010 11000 110101 1010010 101010

Color Harmonies of #C2AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF13

Black with #C2AF13

Text Example


Text Example

White with #C2AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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