#ABAD26

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

Shades of Earls Green #ABAD26

Tints of Earls Green #ABAD26

Color information

#ABAD26 (or 0xABAD26) is unknown color: approx Earls Green. HEX triplet: AB, AD and 26. RGB value is (171,173,38). Sum of RGB (Red+Green+Blue) = 171+173+38=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 173 (67.97% from 255 or 45.29% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAD26 is #5452D9. Grayscale: #9D9D9D. Windows color (decimal): -5526234 or 2534827. OLE color: 2534827.

HSL color Cylindrical-coordinate representation of color #ABAD26: hue angle of 60.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABAD26 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB17117338-
CMYK0.0100.780.32
HSL60.89º63.98%41.37%-
HSV(B)60.89º78.03%67.84%-
XYZ32.0938.697.61-
YUV157.0160.84137.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 173 (67.97% from 255) = 45.29%
BLUE value IS 38 (15.23% from 255) = 9.95%
R=44.76%
G=45.29%
B=9.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171173380.0100.780.3260.8963.9841.37
HexABAD26104E203d4029
Octal2532554610116407510051
Binary10101011101011011001101010011101000001111011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD26; }

 p { color: rgb(171,173,38); }

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

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

 a { background-color: rgb(171,173,38); }

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

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

 span { border-color: rgb(171,173,38); }

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