Shades of Citrus #ABB212
Tints of Citrus #ABB212
RGB
CMYK
RGB Variations
Color information
#ABB212 (or 0xABB212) is known color: Citrus. HEX triplet: AB, B2 and 12. RGB value is (171,178,18). Sum of RGB (Red+Green+Blue) = 171+178+18=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB212 is #544DED. Grayscale: #9E9E9E. Windows color (decimal): -5524974 or 1225387. OLE color: 1225387.
HSL color Cylindrical-coordinate representation of color #ABB212: hue angle of 62.63º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABB212 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 18 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.30 |
| HSL | 62.63º | 0.82% | 0.38% | - |
| HSV(B) | 62.63º | 0.9% | 0.7% | - |
| XYZ | 32.82 | 40.54 | 6.67 | - |
| YUV | 157.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 18 | 0.04 | 0 | 0.90 | 0.30 | 62.63 | 0.82 | 0.38 |
| Hex | AB | B2 | 12 | 4 | 0 | 5A | 1E | 3F | 52 | 26 |
| Octal | 253 | 262 | 22 | 4 | 0 | 132 | 36 | 77 | 122 | 46 |
| Binary | 10101011 | 10110010 | 10010 | 100 | 0 | 1011010 | 11110 | 111111 | 1010010 | 100110 |
Color Harmonies of #ABB212
Complementary color
Monochromatic Colors of #ABB212
Black with #ABB212
Text Example
Text Example
White with #ABB212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB212; }
p { color: rgb(171,178,18); }
H1.HeaderClassName
{
color: #ABB212;
}
.AnyTagClassName
{
color: #ABB212;
}
</style>
background-color css
<style>
a { background-color: #ABB212; }
a { background-color: rgb(171,178,18); }
div.DivClassName
{
background-color: #ABB212;
}
.BgClassName
{
background-color: #ABB212;
}
</style>
border-color css
<style>
span { border-color: #ABB212; }
span { border-color: rgb(171,178,18); }
td.TdClassName
{
border-color: #ABB212;
}
.TagClassName
{
border-color: #ABB212;
}
</style>