Html Css Color HEX #C2AF18 Earls Green

📋 copy color: '#C2AF18'

red 194 ◦ green 175 ◦ blue 24

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

Shades of Earls Green #C2AF18

Tints of Earls Green #C2AF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 49.36%
G = 44.53%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C2AF18 (or 0xC2AF18) is known color: Earls Green. HEX triplet: C2, AF and 18. RGB value is (194,175,24). Sum of RGB (Red+Green+Blue) = 194+175+24=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF18 is #3D50E7. Grayscale: #A4A4A4. Windows color (decimal): -4018408 or 1617858. OLE color: 1617858.

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

Color convert

RGB 194 175 24 -
CMYK 0 0.10 0.88 0.24
HSL 53.29º 0.78% 0.43% -
HSV(B) 53.29º 0.88% 0.76% -
XYZ 37.74 42.2 7.02 -
YUV 163.47 49.29 149.78 -
System Red Green Blue C M Y K H S L
Decimal 194 175 24 0 0.10 0.88 0.24 53.29 0.78 0.43
Hex C2 AF 18 0 A 58 18 35 4E 2B
Octal 302 257 30 0 12 130 30 65 116 53
Binary 11000010 10101111 11000 0 1010 1011000 11000 110101 1001110 101011

Color Harmonies of #C2AF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF18

Black with #C2AF18

Text Example


Text Example

White with #C2AF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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