Shades of Citrus #ABC702
Tints of Citrus #ABC702
RGB
CMYK
RGB Variations
Color information
#ABC702 (or 0xABC702) is known color: Citrus. HEX triplet: AB, C7 and 02. RGB value is (171,199,2). Sum of RGB (Red+Green+Blue) = 171+199+2=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 199 (78.12% from 255 or 53.49% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC702 is #5438FD. Grayscale: #A8A8A8. Windows color (decimal): -5519614 or 182187. OLE color: 182187.
HSL color Cylindrical-coordinate representation of color #ABC702: hue angle of 68.53º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABC702 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.22 |
| HSL | 68.53º | 0.98% | 0.39% | - |
| HSV(B) | 68.53º | 0.99% | 0.78% | - |
| XYZ | 37.23 | 49.51 | 7.65 | - |
| YUV | 168.17 | 34.22 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 2 | 0.14 | 0 | 0.99 | 0.22 | 68.53 | 0.98 | 0.39 |
| Hex | AB | C7 | 2 | E | 0 | 63 | 16 | 45 | 62 | 27 |
| Octal | 253 | 307 | 2 | 16 | 0 | 143 | 26 | 105 | 142 | 47 |
| Binary | 10101011 | 11000111 | 10 | 1110 | 0 | 1100011 | 10110 | 1000101 | 1100010 | 100111 |
Color Harmonies of #ABC702
Complementary color
Monochromatic Colors of #ABC702
Black with #ABC702
Text Example
Text Example
White with #ABC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC702; }
p { color: rgb(171,199,2); }
H1.HeaderClassName
{
color: #ABC702;
}
.AnyTagClassName
{
color: #ABC702;
}
</style>
background-color css
<style>
a { background-color: #ABC702; }
a { background-color: rgb(171,199,2); }
div.DivClassName
{
background-color: #ABC702;
}
.BgClassName
{
background-color: #ABC702;
}
</style>
border-color css
<style>
span { border-color: #ABC702; }
span { border-color: rgb(171,199,2); }
td.TdClassName
{
border-color: #ABC702;
}
.TagClassName
{
border-color: #ABC702;
}
</style>