Shades of Citrus #ABAF0B
Tints of Citrus #ABAF0B
RGB
CMYK
RGB Variations
Color information
#ABAF0B (or 0xABAF0B) is known color: Citrus. HEX triplet: AB, AF and 0B. RGB value is (171,175,11). Sum of RGB (Red+Green+Blue) = 171+175+11=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAF0B is #5450F4. Grayscale: #9B9B9B. Windows color (decimal): -5525749 or 765867. OLE color: 765867.
HSL color Cylindrical-coordinate representation of color #ABAF0B: hue angle of 61.46º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABAF0B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 11 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.31 |
| HSL | 61.46º | 0.88% | 0.36% | - |
| HSV(B) | 61.46º | 0.94% | 0.69% | - |
| XYZ | 32.18 | 39.34 | 6.21 | - |
| YUV | 155.11 | 46.67 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 11 | 0.02 | 0 | 0.94 | 0.31 | 61.46 | 0.88 | 0.36 |
| Hex | AB | AF | B | 2 | 0 | 5E | 1F | 3D | 58 | 24 |
| Octal | 253 | 257 | 13 | 2 | 0 | 136 | 37 | 75 | 130 | 44 |
| Binary | 10101011 | 10101111 | 1011 | 10 | 0 | 1011110 | 11111 | 111101 | 1011000 | 100100 |
Color Harmonies of #ABAF0B
Complementary color
Monochromatic Colors of #ABAF0B
Black with #ABAF0B
Text Example
Text Example
White with #ABAF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF0B; }
p { color: rgb(171,175,11); }
H1.HeaderClassName
{
color: #ABAF0B;
}
.AnyTagClassName
{
color: #ABAF0B;
}
</style>
background-color css
<style>
a { background-color: #ABAF0B; }
a { background-color: rgb(171,175,11); }
div.DivClassName
{
background-color: #ABAF0B;
}
.BgClassName
{
background-color: #ABAF0B;
}
</style>
border-color css
<style>
span { border-color: #ABAF0B; }
span { border-color: rgb(171,175,11); }
td.TdClassName
{
border-color: #ABAF0B;
}
.TagClassName
{
border-color: #ABAF0B;
}
</style>