Html Css Color HEX #C1A621 Earls Green

📋 copy color: '#C1A621'

red 193 ◦ green 166 ◦ blue 33

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

Shades of Earls Green #C1A621

Tints of Earls Green #C1A621

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.35%

 BLUE value IS 33 (13.28% from 255) = 8.42%

R = 49.23%
G = 42.35%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C1A621 (or 0xC1A621) is known color: Earls Green. HEX triplet: C1, A6 and 21. RGB value is (193,166,33). Sum of RGB (Red+Green+Blue) = 193+166+33=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A621 is #3E59DE. Grayscale: #9F9F9F. Windows color (decimal): -4086239 or 2205377. OLE color: 2205377.

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

Color convert

RGB 193 166 33 -
CMYK 0 0.14 0.83 0.24
HSL 49.88º 0.71% 0.44% -
HSV(B) 49.88º 0.83% 0.76% -
XYZ 35.9 38.72 7.02 -
YUV 158.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 193 166 33 0 0.14 0.83 0.24 49.88 0.71 0.44
Hex C1 A6 21 0 E 53 18 32 47 2C
Octal 301 246 41 0 16 123 30 62 107 54
Binary 11000001 10100110 100001 0 1110 1010011 11000 110010 1000111 101100

Color Harmonies of #C1A621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A621

Black with #C1A621

Text Example


Text Example

White with #C1A621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A621; }

 p { color: rgb(193,166,33); }

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

background-color css

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

 a { background-color: rgb(193,166,33); }

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

border-color css

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

 span { border-color: rgb(193,166,33); }

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