Html Css Color HEX #C2AF12 Earls Green

📋 copy color: '#C2AF12'

red 194 ◦ green 175 ◦ blue 18

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

Shades of Earls Green #C2AF12

Tints of Earls Green #C2AF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.65%

R = 50.13%
G = 45.22%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C2AF12 (or 0xC2AF12) is known color: Earls Green. HEX triplet: C2, AF and 12. RGB value is (194,175,18). Sum of RGB (Red+Green+Blue) = 194+175+18=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF12 is #3D50ED. Grayscale: #A3A3A3. Windows color (decimal): -4018414 or 1224642. OLE color: 1224642.

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

Color convert

RGB 194 175 18 -
CMYK 0 0.10 0.91 0.24
HSL 53.52º 0.83% 0.42% -
HSV(B) 53.52º 0.91% 0.76% -
XYZ 37.69 42.17 6.73 -
YUV 162.78 46.29 150.27 -
System Red Green Blue C M Y K H S L
Decimal 194 175 18 0 0.10 0.91 0.24 53.52 0.83 0.42
Hex C2 AF 12 0 A 5B 18 36 53 2A
Octal 302 257 22 0 12 133 30 66 123 52
Binary 11000010 10101111 10010 0 1010 1011011 11000 110110 1010011 101010

Color Harmonies of #C2AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF12

Black with #C2AF12

Text Example


Text Example

White with #C2AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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