#c1a625

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

Shades of Earls Green #C1A625

Tints of Earls Green #C1A625

Color information

#C1A625 (or 0xC1A625) is unknown color: approx Earls Green. HEX triplet: C1, A6 and 25. RGB value is (193,166,37). Sum of RGB (Red+Green+Blue) = 193+166+37=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A625 is #3E59DA. Grayscale: #9F9F9F. Windows color (decimal): -4086235 or 2467521. OLE color: 2467521.

HSL color Cylindrical-coordinate representation of color #C1A625: hue angle of 49.62º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1A625 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB19316637-
CMYK00.140.810.24
HSL49.62º67.83%45.1%-
HSV(B)49.62º80.83%75.69%-
XYZ35.9638.747.33-
YUV159.3758.95151.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 166 (65.23% from 255) = 41.92%
BLUE value IS 37 (14.84% from 255) = 9.34%
R=48.74%
G=41.92%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931663700.140.810.2449.6267.8345.1
HexC1A6250E511832442d
Octal30124645016121306210455
Binary1100000110100110100101011101010001110001100101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1a625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1a625; }

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

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

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

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

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

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

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

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