Html Css Color HEX #C3AF13 Earls Green

📋 copy color: '#C3AF13'

red 195 ◦ green 175 ◦ blue 19

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

Shades of Earls Green #C3AF13

Tints of Earls Green #C3AF13

RGB

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

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

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

R = 50.13%
G = 44.99%
B = 4.88%

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

#C3AF13 (or 0xC3AF13) is known color: Earls Green. HEX triplet: C3, AF and 13. RGB value is (195,175,19). Sum of RGB (Red+Green+Blue) = 195+175+19=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF13 is #3C50EC. Grayscale: #A3A3A3. Windows color (decimal): -3952877 or 1290179. OLE color: 1290179.

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

Color convert

RGB 195 175 19 -
CMYK 0 0.10 0.90 0.24
HSL 53.18º 0.82% 0.42% -
HSV(B) 53.18º 0.9% 0.76% -
XYZ 37.95 42.31 6.78 -
YUV 163.2 46.63 150.68 -
System Red Green Blue C M Y K H S L
Decimal 195 175 19 0 0.10 0.90 0.24 53.18 0.82 0.42
Hex C3 AF 13 0 A 5A 18 35 52 2A
Octal 303 257 23 0 12 132 30 65 122 52
Binary 11000011 10101111 10011 0 1010 1011010 11000 110101 1010010 101010

Color Harmonies of #C3AF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF13

Black with #C3AF13

Text Example


Text Example

White with #C3AF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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