#C5AB1A

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

Shades of Earls Green #C5AB1A

Tints of Earls Green #C5AB1A

Color information

#C5AB1A (or 0xC5AB1A) is unknown color: approx Earls Green. HEX triplet: C5, AB and 1A. RGB value is (197,171,26). Sum of RGB (Red+Green+Blue) = 197+171+26=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB1A is #3A54E5. Grayscale: #A2A2A2. Windows color (decimal): -3822822 or 1747909. OLE color: 1747909.

HSL color Cylindrical-coordinate representation of color #C5AB1A: hue angle of 50.88º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5AB1A is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19717126-
CMYK00.130.870.23
HSL50.88º76.68%43.73%-
HSV(B)50.88º86.8%77.25%-
XYZ37.7841.076.91-
YUV162.2451.11152.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 171 (67.19% from 255) = 43.40%
BLUE value IS 26 (10.55% from 255) = 6.60%
R=50%
G=43.40%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971712600.130.870.2350.8876.6843.73
HexC5AB1A0D5717334d2c
Octal30525332015127276311554
Binary110001011010101111010011011010111101111100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB1A; }

 p { color: rgb(197,171,26); }

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

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

 a { background-color: rgb(197,171,26); }

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

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

 span { border-color: rgb(197,171,26); }

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