Html Css Color HEX #C3AF16 Earls Green

📋 copy color: '#C3AF16'

red 195 ◦ green 175 ◦ blue 22

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

Shades of Earls Green #C3AF16

Tints of Earls Green #C3AF16

RGB

 RED value IS 195 (76.56% from 255) = 49.74%

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

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 49.74%
G = 44.64%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C3AF16 (or 0xC3AF16) is known color: Earls Green. HEX triplet: C3, AF and 16. RGB value is (195,175,22). Sum of RGB (Red+Green+Blue) = 195+175+22=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF16 is #3C50E9. Grayscale: #A4A4A4. Windows color (decimal): -3952874 or 1486787. OLE color: 1486787.

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

Color convert

RGB 195 175 22 -
CMYK 0 0.10 0.89 0.24
HSL 53.06º 0.8% 0.43% -
HSV(B) 53.06º 0.89% 0.76% -
XYZ 37.98 42.32 6.93 -
YUV 163.54 48.13 150.44 -
System Red Green Blue C M Y K H S L
Decimal 195 175 22 0 0.10 0.89 0.24 53.06 0.8 0.43
Hex C3 AF 16 0 A 59 18 35 50 2B
Octal 303 257 26 0 12 131 30 65 120 53
Binary 11000011 10101111 10110 0 1010 1011001 11000 110101 1010000 101011

Color Harmonies of #C3AF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF16

Black with #C3AF16

Text Example


Text Example

White with #C3AF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF16; }

 p { color: rgb(195,175,22); }

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

background-color css

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

 a { background-color: rgb(195,175,22); }

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

border-color css

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

 span { border-color: rgb(195,175,22); }

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