Shades of Citrus #ABB501
Tints of Citrus #ABB501
RGB
CMYK
RGB Variations
Color information
#ABB501 (or 0xABB501) is known color: Citrus. HEX triplet: AB, B5 and 01. RGB value is (171,181,1). Sum of RGB (Red+Green+Blue) = 171+181+1=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB501 is #544AFE. Grayscale: #9E9E9E. Windows color (decimal): -5524223 or 112043. OLE color: 112043.
HSL color Cylindrical-coordinate representation of color #ABB501: hue angle of 63.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABB501 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 181 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.29 |
| HSL | 63.33º | 0.99% | 0.36% | - |
| HSV(B) | 63.33º | 0.99% | 0.71% | - |
| XYZ | 33.32 | 41.71 | 6.32 | - |
| YUV | 157.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 181 | 1 | 0.06 | 0 | 0.99 | 0.29 | 63.33 | 0.99 | 0.36 |
| Hex | AB | B5 | 1 | 6 | 0 | 63 | 1D | 3F | 63 | 24 |
| Octal | 253 | 265 | 1 | 6 | 0 | 143 | 35 | 77 | 143 | 44 |
| Binary | 10101011 | 10110101 | 1 | 110 | 0 | 1100011 | 11101 | 111111 | 1100011 | 100100 |
Color Harmonies of #ABB501
Complementary color
Monochromatic Colors of #ABB501
Black with #ABB501
Text Example
Text Example
White with #ABB501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB501; }
p { color: rgb(171,181,1); }
H1.HeaderClassName
{
color: #ABB501;
}
.AnyTagClassName
{
color: #ABB501;
}
</style>
background-color css
<style>
a { background-color: #ABB501; }
a { background-color: rgb(171,181,1); }
div.DivClassName
{
background-color: #ABB501;
}
.BgClassName
{
background-color: #ABB501;
}
</style>
border-color css
<style>
span { border-color: #ABB501; }
span { border-color: rgb(171,181,1); }
td.TdClassName
{
border-color: #ABB501;
}
.TagClassName
{
border-color: #ABB501;
}
</style>