Shades of Citrus #ABA908
Tints of Citrus #ABA908
RGB
CMYK
RGB Variations
Color information
#ABA908 (or 0xABA908) is known color: Citrus. HEX triplet: AB, A9 and 08. RGB value is (171,169,8). Sum of RGB (Red+Green+Blue) = 171+169+8=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 169 (66.41% from 255 or 48.56% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA908 is #5456F7. Grayscale: #979797. Windows color (decimal): -5527288 or 567723. OLE color: 567723.
HSL color Cylindrical-coordinate representation of color #ABA908: hue angle of 59.26º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABA908 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 8 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.33 |
| HSL | 59.26º | 0.91% | 0.35% | - |
| HSV(B) | 59.26º | 0.95% | 0.67% | - |
| XYZ | 31.03 | 37.05 | 5.75 | - |
| YUV | 151.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 8 | 0 | 0.01 | 0.95 | 0.33 | 59.26 | 0.91 | 0.35 |
| Hex | AB | A9 | 8 | 0 | 1 | 5F | 21 | 3B | 5B | 23 |
| Octal | 253 | 251 | 10 | 0 | 1 | 137 | 41 | 73 | 133 | 43 |
| Binary | 10101011 | 10101001 | 1000 | 0 | 1 | 1011111 | 100001 | 111011 | 1011011 | 100011 |
Color Harmonies of #ABA908
Complementary color
Monochromatic Colors of #ABA908
Black with #ABA908
Text Example
Text Example
White with #ABA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA908; }
p { color: rgb(171,169,8); }
H1.HeaderClassName
{
color: #ABA908;
}
.AnyTagClassName
{
color: #ABA908;
}
</style>
background-color css
<style>
a { background-color: #ABA908; }
a { background-color: rgb(171,169,8); }
div.DivClassName
{
background-color: #ABA908;
}
.BgClassName
{
background-color: #ABA908;
}
</style>
border-color css
<style>
span { border-color: #ABA908; }
span { border-color: rgb(171,169,8); }
td.TdClassName
{
border-color: #ABA908;
}
.TagClassName
{
border-color: #ABA908;
}
</style>