Shades of Citrus #ABB810
Tints of Citrus #ABB810
RGB
CMYK
RGB Variations
Color information
#ABB810 (or 0xABB810) is known color: Citrus. HEX triplet: AB, B8 and 10. RGB value is (171,184,16). Sum of RGB (Red+Green+Blue) = 171+184+16=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB810 is #5447EF. Grayscale: #A1A1A1. Windows color (decimal): -5523440 or 1095851. OLE color: 1095851.
HSL color Cylindrical-coordinate representation of color #ABB810: hue angle of 64.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABB810 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 16 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.28 |
| HSL | 64.64º | 0.84% | 0.39% | - |
| HSV(B) | 64.64º | 0.91% | 0.72% | - |
| XYZ | 34.03 | 42.98 | 6.99 | - |
| YUV | 160.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 16 | 0.07 | 0 | 0.91 | 0.28 | 64.64 | 0.84 | 0.39 |
| Hex | AB | B8 | 10 | 7 | 0 | 5B | 1C | 41 | 54 | 27 |
| Octal | 253 | 270 | 20 | 7 | 0 | 133 | 34 | 101 | 124 | 47 |
| Binary | 10101011 | 10111000 | 10000 | 111 | 0 | 1011011 | 11100 | 1000001 | 1010100 | 100111 |
Color Harmonies of #ABB810
Complementary color
Monochromatic Colors of #ABB810
Black with #ABB810
Text Example
Text Example
White with #ABB810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB810; }
p { color: rgb(171,184,16); }
H1.HeaderClassName
{
color: #ABB810;
}
.AnyTagClassName
{
color: #ABB810;
}
</style>
background-color css
<style>
a { background-color: #ABB810; }
a { background-color: rgb(171,184,16); }
div.DivClassName
{
background-color: #ABB810;
}
.BgClassName
{
background-color: #ABB810;
}
</style>
border-color css
<style>
span { border-color: #ABB810; }
span { border-color: rgb(171,184,16); }
td.TdClassName
{
border-color: #ABB810;
}
.TagClassName
{
border-color: #ABB810;
}
</style>