Html Css Color HEX #C1A720 Earls Green

📋 copy color: '#C1A720'

red 193 ◦ green 167 ◦ blue 32

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

Shades of Earls Green #C1A720

Tints of Earls Green #C1A720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.6%

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

R = 49.23%
G = 42.6%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1A720 (or 0xC1A720) is known color: Earls Green. HEX triplet: C1, A7 and 20. RGB value is (193,167,32). Sum of RGB (Red+Green+Blue) = 193+167+32=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 167 (65.62% from 255 or 42.60% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A720 is #3E58DF. Grayscale: #9F9F9F. Windows color (decimal): -4085984 or 2140097. OLE color: 2140097.

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

Color convert

RGB 193 167 32 -
CMYK 0 0.13 0.83 0.24
HSL 50.31º 0.72% 0.44% -
HSV(B) 50.31º 0.83% 0.76% -
XYZ 36.07 39.08 7.01 -
YUV 159.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 193 167 32 0 0.13 0.83 0.24 50.31 0.72 0.44
Hex C1 A7 20 0 D 53 18 32 48 2C
Octal 301 247 40 0 15 123 30 62 110 54
Binary 11000001 10100111 100000 0 1101 1010011 11000 110010 1001000 101100

Color Harmonies of #C1A720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A720

Black with #C1A720

Text Example


Text Example

White with #C1A720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A720; }

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

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

background-color css

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

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

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

border-color css

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

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

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