Shades of Citrus #ABB711
Tints of Citrus #ABB711
RGB
CMYK
RGB Variations
Color information
#ABB711 (or 0xABB711) is known color: Citrus. HEX triplet: AB, B7 and 11. RGB value is (171,183,17). Sum of RGB (Red+Green+Blue) = 171+183+17=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB711 is #5448EE. Grayscale: #A1A1A1. Windows color (decimal): -5523695 or 1161131. OLE color: 1161131.
HSL color Cylindrical-coordinate representation of color #ABB711: hue angle of 64.34º degrees, saturation: 0.83, 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 #ABB711 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 17 | - |
| CMYK | 0.07 | 0 | 0.91 | 0.28 |
| HSL | 64.34º | 0.83% | 0.39% | - |
| HSV(B) | 64.34º | 0.91% | 0.72% | - |
| XYZ | 33.83 | 42.57 | 6.96 | - |
| YUV | 160.49 | 47.02 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 17 | 0.07 | 0 | 0.91 | 0.28 | 64.34 | 0.83 | 0.39 |
| Hex | AB | B7 | 11 | 7 | 0 | 5B | 1C | 40 | 53 | 27 |
| Octal | 253 | 267 | 21 | 7 | 0 | 133 | 34 | 100 | 123 | 47 |
| Binary | 10101011 | 10110111 | 10001 | 111 | 0 | 1011011 | 11100 | 1000000 | 1010011 | 100111 |
Color Harmonies of #ABB711
Complementary color
Monochromatic Colors of #ABB711
Black with #ABB711
Text Example
Text Example
White with #ABB711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB711; }
p { color: rgb(171,183,17); }
H1.HeaderClassName
{
color: #ABB711;
}
.AnyTagClassName
{
color: #ABB711;
}
</style>
background-color css
<style>
a { background-color: #ABB711; }
a { background-color: rgb(171,183,17); }
div.DivClassName
{
background-color: #ABB711;
}
.BgClassName
{
background-color: #ABB711;
}
</style>
border-color css
<style>
span { border-color: #ABB711; }
span { border-color: rgb(171,183,17); }
td.TdClassName
{
border-color: #ABB711;
}
.TagClassName
{
border-color: #ABB711;
}
</style>