Shades of Citrus #ABB808
Tints of Citrus #ABB808
RGB
CMYK
RGB Variations
Color information
#ABB808 (or 0xABB808) is known color: Citrus. HEX triplet: AB, B8 and 08. RGB value is (171,184,8). Sum of RGB (Red+Green+Blue) = 171+184+8=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 184 (72.27% from 255 or 50.69% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB808 is #5447F7. Grayscale: #A0A0A0. Windows color (decimal): -5523448 or 571563. OLE color: 571563.
HSL color Cylindrical-coordinate representation of color #ABB808: hue angle of 64.43º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABB808 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 8 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.28 |
| HSL | 64.43º | 0.92% | 0.38% | - |
| HSV(B) | 64.43º | 0.96% | 0.72% | - |
| XYZ | 33.98 | 42.96 | 6.73 | - |
| YUV | 160.05 | 42.19 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 8 | 0.07 | 0 | 0.96 | 0.28 | 64.43 | 0.92 | 0.38 |
| Hex | AB | B8 | 8 | 7 | 0 | 60 | 1C | 40 | 5C | 26 |
| Octal | 253 | 270 | 10 | 7 | 0 | 140 | 34 | 100 | 134 | 46 |
| Binary | 10101011 | 10111000 | 1000 | 111 | 0 | 1100000 | 11100 | 1000000 | 1011100 | 100110 |
Color Harmonies of #ABB808
Complementary color
Monochromatic Colors of #ABB808
Black with #ABB808
Text Example
Text Example
White with #ABB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB808; }
p { color: rgb(171,184,8); }
H1.HeaderClassName
{
color: #ABB808;
}
.AnyTagClassName
{
color: #ABB808;
}
</style>
background-color css
<style>
a { background-color: #ABB808; }
a { background-color: rgb(171,184,8); }
div.DivClassName
{
background-color: #ABB808;
}
.BgClassName
{
background-color: #ABB808;
}
</style>
border-color css
<style>
span { border-color: #ABB808; }
span { border-color: rgb(171,184,8); }
td.TdClassName
{
border-color: #ABB808;
}
.TagClassName
{
border-color: #ABB808;
}
</style>