Html Css Color HEX #C1AF20 Earls Green

📋 copy color: '#C1AF20'

red 193 ◦ green 175 ◦ blue 32

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

Shades of Earls Green #C1AF20

Tints of Earls Green #C1AF20

RGB

 RED value IS 193 (75.78% from 255) = 48.25%

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

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

R = 48.25%
G = 43.75%
B = 8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1AF20 (or 0xC1AF20) is known color: Earls Green. HEX triplet: C1, AF and 20. RGB value is (193,175,32). Sum of RGB (Red+Green+Blue) = 193+175+32=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF20 is #3E50DF. Grayscale: #A4A4A4. Windows color (decimal): -4083936 or 2142145. OLE color: 2142145.

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

Color convert

RGB 193 175 32 -
CMYK 0 0.09 0.83 0.24
HSL 53.29º 0.72% 0.44% -
HSV(B) 53.29º 0.83% 0.76% -
XYZ 37.58 42.1 7.51 -
YUV 164.08 53.46 148.63 -
System Red Green Blue C M Y K H S L
Decimal 193 175 32 0 0.09 0.83 0.24 53.29 0.72 0.44
Hex C1 AF 20 0 9 53 18 35 48 2C
Octal 301 257 40 0 11 123 30 65 110 54
Binary 11000001 10101111 100000 0 1001 1010011 11000 110101 1001000 101100

Color Harmonies of #C1AF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF20

Black with #C1AF20

Text Example


Text Example

White with #C1AF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF20; }

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

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

background-color css

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

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

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

border-color css

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

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

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