Html Css Color HEX #C2AF17 Earls Green

📋 copy color: '#C2AF17'

red 194 ◦ green 175 ◦ blue 23

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

Shades of Earls Green #C2AF17

Tints of Earls Green #C2AF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.87%

R = 49.49%
G = 44.64%
B = 5.87%

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

#C2AF17 (or 0xC2AF17) is known color: Earls Green. HEX triplet: C2, AF and 17. RGB value is (194,175,23). Sum of RGB (Red+Green+Blue) = 194+175+23=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AF17 is #3D50E8. Grayscale: #A3A3A3. Windows color (decimal): -4018409 or 1552322. OLE color: 1552322.

HSL color Cylindrical-coordinate representation of color #C2AF17: hue angle of 53.33º degrees, saturation: 0.79, 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 #C2AF17 is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 23 -
CMYK 0 0.10 0.88 0.24
HSL 53.33º 0.79% 0.43% -
HSV(B) 53.33º 0.88% 0.76% -
XYZ 37.73 42.19 6.97 -
YUV 163.35 48.79 149.86 -
System Red Green Blue C M Y K H S L
Decimal 194 175 23 0 0.10 0.88 0.24 53.33 0.79 0.43
Hex C2 AF 17 0 A 58 18 35 4F 2B
Octal 302 257 27 0 12 130 30 65 117 53
Binary 11000010 10101111 10111 0 1010 1011000 11000 110101 1001111 101011

Color Harmonies of #C2AF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF17

Black with #C2AF17

Text Example


Text Example

White with #C2AF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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