Shades of Citrus #ABB401
Tints of Citrus #ABB401
RGB
CMYK
RGB Variations
Color information
#ABB401 (or 0xABB401) is known color: Citrus. HEX triplet: AB, B4 and 01. RGB value is (171,180,1). Sum of RGB (Red+Green+Blue) = 171+180+1=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 180 (70.70% from 255 or 51.14% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB401 is #544BFE. Grayscale: #9D9D9D. Windows color (decimal): -5524479 or 111787. OLE color: 111787.
HSL color Cylindrical-coordinate representation of color #ABB401: hue angle of 63.02º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABB401 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 180 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.29 |
| HSL | 63.02º | 0.99% | 0.35% | - |
| HSV(B) | 63.02º | 0.99% | 0.71% | - |
| XYZ | 33.12 | 41.3 | 6.26 | - |
| YUV | 156.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 1 | 0.05 | 0 | 0.99 | 0.29 | 63.02 | 0.99 | 0.35 |
| Hex | AB | B4 | 1 | 5 | 0 | 63 | 1D | 3F | 63 | 23 |
| Octal | 253 | 264 | 1 | 5 | 0 | 143 | 35 | 77 | 143 | 43 |
| Binary | 10101011 | 10110100 | 1 | 101 | 0 | 1100011 | 11101 | 111111 | 1100011 | 100011 |
Color Harmonies of #ABB401
Complementary color
Monochromatic Colors of #ABB401
Black with #ABB401
Text Example
Text Example
White with #ABB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB401; }
p { color: rgb(171,180,1); }
H1.HeaderClassName
{
color: #ABB401;
}
.AnyTagClassName
{
color: #ABB401;
}
</style>
background-color css
<style>
a { background-color: #ABB401; }
a { background-color: rgb(171,180,1); }
div.DivClassName
{
background-color: #ABB401;
}
.BgClassName
{
background-color: #ABB401;
}
</style>
border-color css
<style>
span { border-color: #ABB401; }
span { border-color: rgb(171,180,1); }
td.TdClassName
{
border-color: #ABB401;
}
.TagClassName
{
border-color: #ABB401;
}
</style>