Shades of Citrus #ABB50C
Tints of Citrus #ABB50C
RGB
CMYK
RGB Variations
Color information
#ABB50C (or 0xABB50C) is known color: Citrus. HEX triplet: AB, B5 and 0C. RGB value is (171,181,12). Sum of RGB (Red+Green+Blue) = 171+181+12=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 181 (71.09% from 255 or 49.73% from 364); Blue value is 12 (5.08% from 255 or 3.30% from 364); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB50C is #544AF3. Grayscale: #9F9F9F. Windows color (decimal): -5524212 or 832939. OLE color: 832939.
HSL color Cylindrical-coordinate representation of color #ABB50C: hue angle of 63.55º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABB50C is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 181 | 12 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.29 |
| HSL | 63.55º | 0.88% | 0.38% | - |
| HSV(B) | 63.55º | 0.93% | 0.71% | - |
| XYZ | 33.38 | 41.73 | 6.64 | - |
| YUV | 158.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 181 | 12 | 0.06 | 0 | 0.93 | 0.29 | 63.55 | 0.88 | 0.38 |
| Hex | AB | B5 | C | 6 | 0 | 5D | 1D | 40 | 58 | 26 |
| Octal | 253 | 265 | 14 | 6 | 0 | 135 | 35 | 100 | 130 | 46 |
| Binary | 10101011 | 10110101 | 1100 | 110 | 0 | 1011101 | 11101 | 1000000 | 1011000 | 100110 |
Color Harmonies of #ABB50C
Complementary color
Monochromatic Colors of #ABB50C
Black with #ABB50C
Text Example
Text Example
White with #ABB50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB50C; }
p { color: rgb(171,181,12); }
H1.HeaderClassName
{
color: #ABB50C;
}
.AnyTagClassName
{
color: #ABB50C;
}
</style>
background-color css
<style>
a { background-color: #ABB50C; }
a { background-color: rgb(171,181,12); }
div.DivClassName
{
background-color: #ABB50C;
}
.BgClassName
{
background-color: #ABB50C;
}
</style>
border-color css
<style>
span { border-color: #ABB50C; }
span { border-color: rgb(171,181,12); }
td.TdClassName
{
border-color: #ABB50C;
}
.TagClassName
{
border-color: #ABB50C;
}
</style>