#C1AB2D

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

Shades of Earls Green #C1AB2D

Tints of Earls Green #C1AB2D

Color information

#C1AB2D (or 0xC1AB2D) is unknown color: approx Earls Green. HEX triplet: C1, AB and 2D. RGB value is (193,171,45). Sum of RGB (Red+Green+Blue) = 193+171+45=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AB2D is #3E54D2. Grayscale: #A3A3A3. Windows color (decimal): -4084947 or 2993089. OLE color: 2993089.

HSL color Cylindrical-coordinate representation of color #C1AB2D: hue angle of 51.08º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C1AB2D is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB19317145-
CMYK00.110.770.24
HSL51.08º62.18%46.67%-
HSV(B)51.08º76.68%75.69%-
XYZ37.0340.658.38-
YUV163.2161.29149.25-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 171 (67.19% from 255) = 41.81%
BLUE value IS 45 (17.97% from 255) = 11.00%
R=47.19%
G=41.81%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931714500.110.770.2451.0862.1846.67
HexC1AB2D0B4D18333e2f
Octal3012535501311530637657
Binary110000011010101110110101011100110111000110011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB2D; }

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

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

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

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

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

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

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

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