Shades of Citrus #ABB700
Tints of Citrus #ABB700
RGB
CMYK
RGB Variations
Color information
#ABB700 (or 0xABB700) is known color: Citrus. HEX triplet: AB, B7 and 00. RGB value is (171,183,0). Sum of RGB (Red+Green+Blue) = 171+183+0=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 0 (0.39% from 255 or 0% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB700 is #5448FF. Grayscale: #9F9F9F. Windows color (decimal): -5523712 or 47019. OLE color: 47019.
HSL color Cylindrical-coordinate representation of color #ABB700: hue angle of 63.93º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABB700 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.28 |
| HSL | 63.93º | 1% | 0.36% | - |
| HSV(B) | 63.93º | 1% | 0.72% | - |
| XYZ | 33.73 | 42.52 | 6.43 | - |
| YUV | 158.55 | 38.52 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 0 | 0.07 | 0 | 1 | 0.28 | 63.93 | 1 | 0.36 |
| Hex | AB | B7 | 0 | 7 | 0 | 64 | 1C | 40 | 64 | 24 |
| Octal | 253 | 267 | 0 | 7 | 0 | 144 | 34 | 100 | 144 | 44 |
| Binary | 10101011 | 10110111 | 0 | 111 | 0 | 1100100 | 11100 | 1000000 | 1100100 | 100100 |
Color Harmonies of #ABB700
Complementary color
Monochromatic Colors of #ABB700
Black with #ABB700
Text Example
Text Example
White with #ABB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB700; }
p { color: rgb(171,183,0); }
H1.HeaderClassName
{
color: #ABB700;
}
.AnyTagClassName
{
color: #ABB700;
}
</style>
background-color css
<style>
a { background-color: #ABB700; }
a { background-color: rgb(171,183,0); }
div.DivClassName
{
background-color: #ABB700;
}
.BgClassName
{
background-color: #ABB700;
}
</style>
border-color css
<style>
span { border-color: #ABB700; }
span { border-color: rgb(171,183,0); }
td.TdClassName
{
border-color: #ABB700;
}
.TagClassName
{
border-color: #ABB700;
}
</style>