Shades of Citrus #ABC903
Tints of Citrus #ABC903
RGB
CMYK
RGB Variations
Color information
#ABC903 (or 0xABC903) is known color: Citrus. HEX triplet: AB, C9 and 03. RGB value is (171,201,3). Sum of RGB (Red+Green+Blue) = 171+201+3=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 201 (78.91% from 255 or 53.6% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC903 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC903 is #5436FC. Grayscale: #AAAAAA. Windows color (decimal): -5519101 or 248235. OLE color: 248235.
HSL color Cylindrical-coordinate representation of color #ABC903: hue angle of 69.09º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABC903 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.21 |
| HSL | 69.09º | 0.97% | 0.4% | - |
| HSV(B) | 69.09º | 0.99% | 0.79% | - |
| XYZ | 37.7 | 50.44 | 7.83 | - |
| YUV | 169.46 | 34.06 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 3 | 0.15 | 0 | 0.99 | 0.21 | 69.09 | 0.97 | 0.4 |
| Hex | AB | C9 | 3 | F | 0 | 63 | 15 | 45 | 61 | 28 |
| Octal | 253 | 311 | 3 | 17 | 0 | 143 | 25 | 105 | 141 | 50 |
| Binary | 10101011 | 11001001 | 11 | 1111 | 0 | 1100011 | 10101 | 1000101 | 1100001 | 101000 |
Color Harmonies of #ABC903
Complementary color
Monochromatic Colors of #ABC903
Black with #ABC903
Text Example
Text Example
White with #ABC903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC903; }
p { color: rgb(171,201,3); }
H1.HeaderClassName
{
color: #ABC903;
}
.AnyTagClassName
{
color: #ABC903;
}
</style>
background-color css
<style>
a { background-color: #ABC903; }
a { background-color: rgb(171,201,3); }
div.DivClassName
{
background-color: #ABC903;
}
.BgClassName
{
background-color: #ABC903;
}
</style>
border-color css
<style>
span { border-color: #ABC903; }
span { border-color: rgb(171,201,3); }
td.TdClassName
{
border-color: #ABC903;
}
.TagClassName
{
border-color: #ABC903;
}
</style>