Html Css Color HEX #C3AF20 Earls Green

📋 copy color: '#C3AF20'

red 195 ◦ green 175 ◦ blue 32

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

Shades of Earls Green #C3AF20

Tints of Earls Green #C3AF20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.96%

R = 48.51%
G = 43.53%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3AF20 (or 0xC3AF20) is known color: Earls Green. HEX triplet: C3, AF and 20. RGB value is (195,175,32). Sum of RGB (Red+Green+Blue) = 195+175+32=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF20 is #3C50DF. Grayscale: #A5A5A5. Windows color (decimal): -3952864 or 2142147. OLE color: 2142147.

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

Color convert

RGB 195 175 32 -
CMYK 0 0.10 0.84 0.24
HSL 52.64º 0.72% 0.45% -
HSV(B) 52.64º 0.84% 0.76% -
XYZ 38.1 42.37 7.54 -
YUV 164.68 53.13 149.63 -
System Red Green Blue C M Y K H S L
Decimal 195 175 32 0 0.10 0.84 0.24 52.64 0.72 0.45
Hex C3 AF 20 0 A 54 18 35 48 2D
Octal 303 257 40 0 12 124 30 65 110 55
Binary 11000011 10101111 100000 0 1010 1010100 11000 110101 1001000 101101

Color Harmonies of #C3AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF20

Black with #C3AF20

Text Example


Text Example

White with #C3AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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