Shades of Earls Green #ABAB1B
Tints of Earls Green #ABAB1B
RGB
CMYK
RGB Variations
Color information
#ABAB1B (or 0xABAB1B) is known color: Earls Green. HEX triplet: AB, AB and 1B. RGB value is (171,171,27). Sum of RGB (Red+Green+Blue) = 171+171+27=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 171 - color contains mainly: red, green. Hex color #ABAB1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAB1B is #5454E4. Grayscale: #9B9B9B. Windows color (decimal): -5526757 or 1813419. OLE color: 1813419.
HSL color Cylindrical-coordinate representation of color #ABAB1B: hue angle of 60º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABAB1B is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 171 | 27 | - |
| CMYK | 0 | 0 | 0.84 | 0.33 |
| HSL | 60º | 0.73% | 0.39% | - |
| HSV(B) | 60º | 0.84% | 0.67% | - |
| XYZ | 31.56 | 37.86 | 6.68 | - |
| YUV | 154.58 | 56 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 171 | 27 | 0 | 0 | 0.84 | 0.33 | 60 | 0.73 | 0.39 |
| Hex | AB | AB | 1B | 0 | 0 | 54 | 21 | 3C | 49 | 27 |
| Octal | 253 | 253 | 33 | 0 | 0 | 124 | 41 | 74 | 111 | 47 |
| Binary | 10101011 | 10101011 | 11011 | 0 | 0 | 1010100 | 100001 | 111100 | 1001001 | 100111 |
Color Harmonies of #ABAB1B
Complementary color
Monochromatic Colors of #ABAB1B
Black with #ABAB1B
Text Example
Text Example
White with #ABAB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAB1B; }
p { color: rgb(171,171,27); }
H1.HeaderClassName
{
color: #ABAB1B;
}
.AnyTagClassName
{
color: #ABAB1B;
}
</style>
background-color css
<style>
a { background-color: #ABAB1B; }
a { background-color: rgb(171,171,27); }
div.DivClassName
{
background-color: #ABAB1B;
}
.BgClassName
{
background-color: #ABAB1B;
}
</style>
border-color css
<style>
span { border-color: #ABAB1B; }
span { border-color: rgb(171,171,27); }
td.TdClassName
{
border-color: #ABAB1B;
}
.TagClassName
{
border-color: #ABAB1B;
}
</style>