Shades of Citrus #ABB710
Tints of Citrus #ABB710
RGB
CMYK
RGB Variations
Color information
#ABB710 (or 0xABB710) is known color: Citrus. HEX triplet: AB, B7 and 10. RGB value is (171,183,16). Sum of RGB (Red+Green+Blue) = 171+183+16=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB710 is #5448EF. Grayscale: #A1A1A1. Windows color (decimal): -5523696 or 1095595. OLE color: 1095595.
HSL color Cylindrical-coordinate representation of color #ABB710: hue angle of 64.31º 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 #ABB710 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 16 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.28 |
| HSL | 64.31º | 0.84% | 0.39% | - |
| HSV(B) | 64.31º | 0.91% | 0.72% | - |
| XYZ | 33.82 | 42.56 | 6.92 | - |
| YUV | 160.37 | 46.52 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 16 | 0.07 | 0 | 0.91 | 0.28 | 64.31 | 0.84 | 0.39 |
| Hex | AB | B7 | 10 | 7 | 0 | 5B | 1C | 40 | 54 | 27 |
| Octal | 253 | 267 | 20 | 7 | 0 | 133 | 34 | 100 | 124 | 47 |
| Binary | 10101011 | 10110111 | 10000 | 111 | 0 | 1011011 | 11100 | 1000000 | 1010100 | 100111 |
Color Harmonies of #ABB710
Complementary color
Monochromatic Colors of #ABB710
Black with #ABB710
Text Example
Text Example
White with #ABB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB710; }
p { color: rgb(171,183,16); }
H1.HeaderClassName
{
color: #ABB710;
}
.AnyTagClassName
{
color: #ABB710;
}
</style>
background-color css
<style>
a { background-color: #ABB710; }
a { background-color: rgb(171,183,16); }
div.DivClassName
{
background-color: #ABB710;
}
.BgClassName
{
background-color: #ABB710;
}
</style>
border-color css
<style>
span { border-color: #ABB710; }
span { border-color: rgb(171,183,16); }
td.TdClassName
{
border-color: #ABB710;
}
.TagClassName
{
border-color: #ABB710;
}
</style>