#C1AB14

Color #C1AB14 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #C1AB14

Tints of Earls Green #C1AB14

Color information

#C1AB14 (or 0xC1AB14) is unknown color: approx Earls Green. HEX triplet: C1, AB and 14. RGB value is (193,171,20). Sum of RGB (Red+Green+Blue) = 193+171+20=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1AB14 is #3E54EB. Grayscale: #A0A0A0. Windows color (decimal): -4084972 or 1354689. OLE color: 1354689.

HSL color Cylindrical-coordinate representation of color #C1AB14: hue angle of 52.37º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1AB14 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB19317120-
CMYK00.110.900.24
HSL52.37º81.22%41.76%-
HSV(B)52.37º89.64%75.69%-
XYZ36.6840.516.55-
YUV160.3648.79151.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.26%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 20 (8.20% from 255) = 5.21%
R=50.26%
G=44.53%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931712000.110.900.2452.3781.2241.76
HexC1AB140B5A1834512a
Octal30125324013132306412152
Binary110000011010101110100010111011010110001101001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB14; }

 p { color: rgb(193,171,20); }

 H1.HeaderClassName
 {
   color: #C1AB14;
 }
 .AnyTagClassName
 {
   color: #C1AB14;
 }
</style>
background-color css

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

 a { background-color: rgb(193,171,20); }

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

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

 span { border-color: rgb(193,171,20); }

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