#C1AB1D

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

Shades of Earls Green #C1AB1D

Tints of Earls Green #C1AB1D

Color information

#C1AB1D (or 0xC1AB1D) is unknown color: approx Earls Green. HEX triplet: C1, AB and 1D. RGB value is (193,171,29). Sum of RGB (Red+Green+Blue) = 193+171+29=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AB1D is #3E54E2. Grayscale: #A1A1A1. Windows color (decimal): -4084963 or 1944513. OLE color: 1944513.

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

Color convert

RGB19317129-
CMYK00.110.850.24
HSL51.95º73.87%43.53%-
HSV(B)51.95º84.97%75.69%-
XYZ36.7840.557.05-
YUV161.3953.29150.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 49.11%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 29 (11.72% from 255) = 7.38%
R=49.11%
G=43.51%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931712900.110.850.2451.9573.8743.53
HexC1AB1D0B5518344a2c
Octal30125335013125306411254
Binary110000011010101111101010111010101110001101001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB1D; }

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

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

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

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

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

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

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

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