Shades of Citrus #ABB302
Tints of Citrus #ABB302
RGB
CMYK
RGB Variations
Color information
#ABB302 (or 0xABB302) is known color: Citrus. HEX triplet: AB, B3 and 02. RGB value is (171,179,2). Sum of RGB (Red+Green+Blue) = 171+179+2=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB302 is #544CFD. Grayscale: #9D9D9D. Windows color (decimal): -5524734 or 177067. OLE color: 177067.
HSL color Cylindrical-coordinate representation of color #ABB302: hue angle of 62.71º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABB302 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.30 |
| HSL | 62.71º | 0.98% | 0.35% | - |
| HSV(B) | 62.71º | 0.99% | 0.7% | - |
| XYZ | 32.93 | 40.9 | 6.22 | - |
| YUV | 156.43 | 40.85 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 2 | 0.04 | 0 | 0.99 | 0.30 | 62.71 | 0.98 | 0.35 |
| Hex | AB | B3 | 2 | 4 | 0 | 63 | 1E | 3F | 62 | 23 |
| Octal | 253 | 263 | 2 | 4 | 0 | 143 | 36 | 77 | 142 | 43 |
| Binary | 10101011 | 10110011 | 10 | 100 | 0 | 1100011 | 11110 | 111111 | 1100010 | 100011 |
Color Harmonies of #ABB302
Complementary color
Monochromatic Colors of #ABB302
Black with #ABB302
Text Example
Text Example
White with #ABB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB302; }
p { color: rgb(171,179,2); }
H1.HeaderClassName
{
color: #ABB302;
}
.AnyTagClassName
{
color: #ABB302;
}
</style>
background-color css
<style>
a { background-color: #ABB302; }
a { background-color: rgb(171,179,2); }
div.DivClassName
{
background-color: #ABB302;
}
.BgClassName
{
background-color: #ABB302;
}
</style>
border-color css
<style>
span { border-color: #ABB302; }
span { border-color: rgb(171,179,2); }
td.TdClassName
{
border-color: #ABB302;
}
.TagClassName
{
border-color: #ABB302;
}
</style>