Shades of Citrus #ABC508
Tints of Citrus #ABC508
RGB
CMYK
RGB Variations
Color information
#ABC508 (or 0xABC508) is known color: Citrus. HEX triplet: AB, C5 and 08. RGB value is (171,197,8). Sum of RGB (Red+Green+Blue) = 171+197+8=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 197 (77.34% from 255 or 52.39% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC508 is #543AF7. Grayscale: #A8A8A8. Windows color (decimal): -5520120 or 574891. OLE color: 574891.
HSL color Cylindrical-coordinate representation of color #ABC508: hue angle of 68.25º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABC508 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 8 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.23 |
| HSL | 68.25º | 0.92% | 0.4% | - |
| HSV(B) | 68.25º | 0.96% | 0.77% | - |
| XYZ | 36.8 | 48.61 | 7.67 | - |
| YUV | 167.68 | 37.89 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 8 | 0.13 | 0 | 0.96 | 0.23 | 68.25 | 0.92 | 0.4 |
| Hex | AB | C5 | 8 | D | 0 | 60 | 17 | 44 | 5C | 28 |
| Octal | 253 | 305 | 10 | 15 | 0 | 140 | 27 | 104 | 134 | 50 |
| Binary | 10101011 | 11000101 | 1000 | 1101 | 0 | 1100000 | 10111 | 1000100 | 1011100 | 101000 |
Color Harmonies of #ABC508
Complementary color
Monochromatic Colors of #ABC508
Black with #ABC508
Text Example
Text Example
White with #ABC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC508; }
p { color: rgb(171,197,8); }
H1.HeaderClassName
{
color: #ABC508;
}
.AnyTagClassName
{
color: #ABC508;
}
</style>
background-color css
<style>
a { background-color: #ABC508; }
a { background-color: rgb(171,197,8); }
div.DivClassName
{
background-color: #ABC508;
}
.BgClassName
{
background-color: #ABC508;
}
</style>
border-color css
<style>
span { border-color: #ABC508; }
span { border-color: rgb(171,197,8); }
td.TdClassName
{
border-color: #ABC508;
}
.TagClassName
{
border-color: #ABC508;
}
</style>