Shades of Citrus #ABC502
Tints of Citrus #ABC502
RGB
CMYK
RGB Variations
Color information
#ABC502 (or 0xABC502) is known color: Citrus. HEX triplet: AB, C5 and 02. RGB value is (171,197,2). Sum of RGB (Red+Green+Blue) = 171+197+2=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 197 (77.34% from 255 or 53.24% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC502 is #543AFD. Grayscale: #A7A7A7. Windows color (decimal): -5520126 or 181675. OLE color: 181675.
HSL color Cylindrical-coordinate representation of color #ABC502: hue angle of 68º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABC502 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 2 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.23 |
| HSL | 68º | 0.98% | 0.39% | - |
| HSV(B) | 68º | 0.99% | 0.77% | - |
| XYZ | 36.77 | 48.59 | 7.5 | - |
| YUV | 167 | 34.89 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 2 | 0.13 | 0 | 0.99 | 0.23 | 68 | 0.98 | 0.39 |
| Hex | AB | C5 | 2 | D | 0 | 63 | 17 | 44 | 62 | 27 |
| Octal | 253 | 305 | 2 | 15 | 0 | 143 | 27 | 104 | 142 | 47 |
| Binary | 10101011 | 11000101 | 10 | 1101 | 0 | 1100011 | 10111 | 1000100 | 1100010 | 100111 |
Color Harmonies of #ABC502
Complementary color
Monochromatic Colors of #ABC502
Black with #ABC502
Text Example
Text Example
White with #ABC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC502; }
p { color: rgb(171,197,2); }
H1.HeaderClassName
{
color: #ABC502;
}
.AnyTagClassName
{
color: #ABC502;
}
</style>
background-color css
<style>
a { background-color: #ABC502; }
a { background-color: rgb(171,197,2); }
div.DivClassName
{
background-color: #ABC502;
}
.BgClassName
{
background-color: #ABC502;
}
</style>
border-color css
<style>
span { border-color: #ABC502; }
span { border-color: rgb(171,197,2); }
td.TdClassName
{
border-color: #ABC502;
}
.TagClassName
{
border-color: #ABC502;
}
</style>