Shades of Earls Green #ABAE2B
Tints of Earls Green #ABAE2B
RGB
CMYK
RGB Variations
Color information
#ABAE2B (or 0xABAE2B) is known color: Earls Green. HEX triplet: AB, AE and 2B. RGB value is (171,174,43). Sum of RGB (Red+Green+Blue) = 171+174+43=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 174 (68.36% from 255 or 44.85% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAE2B is #5451D4. Grayscale: #9E9E9E. Windows color (decimal): -5525973 or 2862763. OLE color: 2862763.
HSL color Cylindrical-coordinate representation of color #ABAE2B: hue angle of 61.37º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABAE2B is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
RGB | 171 | 174 | 43 | - |
CMYK | 0.02 | 0 | 0.75 | 0.32 |
HSL | 61.37º | 0.6% | 0.43% | - |
HSV(B) | 61.37º | 0.75% | 0.68% | - |
XYZ | 32.37 | 39.1 | 8.13 | - |
YUV | 158.17 | 63.01 | 137.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 174 | 43 | 0.02 | 0 | 0.75 | 0.32 | 61.37 | 0.6 | 0.43 |
Hex | AB | AE | 2B | 2 | 0 | 4B | 20 | 3D | 3C | 2B |
Octal | 253 | 256 | 53 | 2 | 0 | 113 | 40 | 75 | 74 | 53 |
Binary | 10101011 | 10101110 | 101011 | 10 | 0 | 1001011 | 100000 | 111101 | 111100 | 101011 |
Color Harmonies of #ABAE2B
Complementary color
Monochromatic Colors of #ABAE2B
Black with #ABAE2B
Text Example
Text Example
White with #ABAE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAE2B; }
p { color: rgb(171,174,43); }
H1.HeaderClassName
{
color: #ABAE2B;
}
.AnyTagClassName
{
color: #ABAE2B;
}
</style>
background-color css
<style>
a { background-color: #ABAE2B; }
a { background-color: rgb(171,174,43); }
div.DivClassName
{
background-color: #ABAE2B;
}
.BgClassName
{
background-color: #ABAE2B;
}
</style>
border-color css
<style>
span { border-color: #ABAE2B; }
span { border-color: rgb(171,174,43); }
td.TdClassName
{
border-color: #ABAE2B;
}
.TagClassName
{
border-color: #ABAE2B;
}
</style>