Shades of Citrus #ABB102
Tints of Citrus #ABB102
RGB
CMYK
RGB Variations
Color information
#ABB102 (or 0xABB102) is known color: Citrus. HEX triplet: AB, B1 and 02. RGB value is (171,177,2). Sum of RGB (Red+Green+Blue) = 171+177+2=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB102 is #544EFD. Grayscale: #9B9B9B. Windows color (decimal): -5525246 or 176555. OLE color: 176555.
HSL color Cylindrical-coordinate representation of color #ABB102: hue angle of 62.06º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABB102 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.31 |
| HSL | 62.06º | 0.98% | 0.35% | - |
| HSV(B) | 62.06º | 0.99% | 0.69% | - |
| XYZ | 32.53 | 40.11 | 6.08 | - |
| YUV | 155.26 | 41.51 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 2 | 0.03 | 0 | 0.99 | 0.31 | 62.06 | 0.98 | 0.35 |
| Hex | AB | B1 | 2 | 3 | 0 | 63 | 1F | 3E | 62 | 23 |
| Octal | 253 | 261 | 2 | 3 | 0 | 143 | 37 | 76 | 142 | 43 |
| Binary | 10101011 | 10110001 | 10 | 11 | 0 | 1100011 | 11111 | 111110 | 1100010 | 100011 |
Color Harmonies of #ABB102
Complementary color
Monochromatic Colors of #ABB102
Black with #ABB102
Text Example
Text Example
White with #ABB102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB102; }
p { color: rgb(171,177,2); }
H1.HeaderClassName
{
color: #ABB102;
}
.AnyTagClassName
{
color: #ABB102;
}
</style>
background-color css
<style>
a { background-color: #ABB102; }
a { background-color: rgb(171,177,2); }
div.DivClassName
{
background-color: #ABB102;
}
.BgClassName
{
background-color: #ABB102;
}
</style>
border-color css
<style>
span { border-color: #ABB102; }
span { border-color: rgb(171,177,2); }
td.TdClassName
{
border-color: #ABB102;
}
.TagClassName
{
border-color: #ABB102;
}
</style>