Shades of Citrus #ABC503
Tints of Citrus #ABC503
RGB
CMYK
RGB Variations
Color information
#ABC503 (or 0xABC503) is known color: Citrus. HEX triplet: AB, C5 and 03. RGB value is (171,197,3). Sum of RGB (Red+Green+Blue) = 171+197+3=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC503 is #543AFC. Grayscale: #A7A7A7. Windows color (decimal): -5520125 or 247211. OLE color: 247211.
HSL color Cylindrical-coordinate representation of color #ABC503: hue angle of 68.04º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABC503 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 3 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.23 |
| HSL | 68.04º | 0.97% | 0.39% | - |
| HSV(B) | 68.04º | 0.98% | 0.77% | - |
| XYZ | 36.78 | 48.6 | 7.53 | - |
| YUV | 167.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 3 | 0.13 | 0 | 0.98 | 0.23 | 68.04 | 0.97 | 0.39 |
| Hex | AB | C5 | 3 | D | 0 | 62 | 17 | 44 | 61 | 27 |
| Octal | 253 | 305 | 3 | 15 | 0 | 142 | 27 | 104 | 141 | 47 |
| Binary | 10101011 | 11000101 | 11 | 1101 | 0 | 1100010 | 10111 | 1000100 | 1100001 | 100111 |
Color Harmonies of #ABC503
Complementary color
Monochromatic Colors of #ABC503
Black with #ABC503
Text Example
Text Example
White with #ABC503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC503; }
p { color: rgb(171,197,3); }
H1.HeaderClassName
{
color: #ABC503;
}
.AnyTagClassName
{
color: #ABC503;
}
</style>
background-color css
<style>
a { background-color: #ABC503; }
a { background-color: rgb(171,197,3); }
div.DivClassName
{
background-color: #ABC503;
}
.BgClassName
{
background-color: #ABC503;
}
</style>
border-color css
<style>
span { border-color: #ABC503; }
span { border-color: rgb(171,197,3); }
td.TdClassName
{
border-color: #ABC503;
}
.TagClassName
{
border-color: #ABC503;
}
</style>