Html Css Color HEX #C3AF10 Earls Green

📋 copy color: '#C3AF10'

red 195 ◦ green 175 ◦ blue 16

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

Shades of Earls Green #C3AF10

Tints of Earls Green #C3AF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.15%

R = 50.52%
G = 45.34%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3AF10 (or 0xC3AF10) is known color: Earls Green. HEX triplet: C3, AF and 10. RGB value is (195,175,16). Sum of RGB (Red+Green+Blue) = 195+175+16=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF10 is #3C50EF. Grayscale: #A3A3A3. Windows color (decimal): -3952880 or 1093571. OLE color: 1093571.

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

Color convert

RGB 195 175 16 -
CMYK 0 0.10 0.92 0.24
HSL 53.3º 0.85% 0.41% -
HSV(B) 53.3º 0.92% 0.76% -
XYZ 37.93 42.3 6.66 -
YUV 162.85 45.13 150.93 -
System Red Green Blue C M Y K H S L
Decimal 195 175 16 0 0.10 0.92 0.24 53.3 0.85 0.41
Hex C3 AF 10 0 A 5C 18 35 55 29
Octal 303 257 20 0 12 134 30 65 125 51
Binary 11000011 10101111 10000 0 1010 1011100 11000 110101 1010101 101001

Color Harmonies of #C3AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF10

Black with #C3AF10

Text Example


Text Example

White with #C3AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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