Html Css Color HEX #C1A916 Earls Green

📋 copy color: '#C1A916'

red 193 ◦ green 169 ◦ blue 22

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

Shades of Earls Green #C1A916

Tints of Earls Green #C1A916

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.01%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 50.26%
G = 44.01%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C1A916 (or 0xC1A916) is known color: Earls Green. HEX triplet: C1, A9 and 16. RGB value is (193,169,22). Sum of RGB (Red+Green+Blue) = 193+169+22=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1A916 is #3E56E9. Grayscale: #A0A0A0. Windows color (decimal): -4085482 or 1485249. OLE color: 1485249.

HSL color Cylindrical-coordinate representation of color #C1A916: hue angle of 51.58º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1A916 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 169 22 -
CMYK 0 0.12 0.89 0.24
HSL 51.58º 0.8% 0.42% -
HSV(B) 51.58º 0.89% 0.76% -
XYZ 36.33 39.77 6.52 -
YUV 159.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 193 169 22 0 0.12 0.89 0.24 51.58 0.8 0.42
Hex C1 A9 16 0 C 59 18 34 50 2A
Octal 301 251 26 0 14 131 30 64 120 52
Binary 11000001 10101001 10110 0 1100 1011001 11000 110100 1010000 101010

Color Harmonies of #C1A916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A916

Black with #C1A916

Text Example


Text Example

White with #C1A916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A916; }

 p { color: rgb(193,169,22); }

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

background-color css

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

 a { background-color: rgb(193,169,22); }

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

border-color css

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

 span { border-color: rgb(193,169,22); }

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