Shades of Citrus #ABB112
Tints of Citrus #ABB112
RGB
CMYK
RGB Variations
Color information
#ABB112 (or 0xABB112) is known color: Citrus. HEX triplet: AB, B1 and 12. RGB value is (171,177,18). Sum of RGB (Red+Green+Blue) = 171+177+18=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB112 is #544EED. Grayscale: #9D9D9D. Windows color (decimal): -5525230 or 1225131. OLE color: 1225131.
HSL color Cylindrical-coordinate representation of color #ABB112: hue angle of 62.26º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABB112 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 18 | - |
| CMYK | 0.03 | 0 | 0.90 | 0.31 |
| HSL | 62.26º | 0.82% | 0.38% | - |
| HSV(B) | 62.26º | 0.9% | 0.69% | - |
| XYZ | 32.63 | 40.15 | 6.6 | - |
| YUV | 157.08 | 49.51 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 18 | 0.03 | 0 | 0.90 | 0.31 | 62.26 | 0.82 | 0.38 |
| Hex | AB | B1 | 12 | 3 | 0 | 5A | 1F | 3E | 52 | 26 |
| Octal | 253 | 261 | 22 | 3 | 0 | 132 | 37 | 76 | 122 | 46 |
| Binary | 10101011 | 10110001 | 10010 | 11 | 0 | 1011010 | 11111 | 111110 | 1010010 | 100110 |
Color Harmonies of #ABB112
Complementary color
Monochromatic Colors of #ABB112
Black with #ABB112
Text Example
Text Example
White with #ABB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB112; }
p { color: rgb(171,177,18); }
H1.HeaderClassName
{
color: #ABB112;
}
.AnyTagClassName
{
color: #ABB112;
}
</style>
background-color css
<style>
a { background-color: #ABB112; }
a { background-color: rgb(171,177,18); }
div.DivClassName
{
background-color: #ABB112;
}
.BgClassName
{
background-color: #ABB112;
}
</style>
border-color css
<style>
span { border-color: #ABB112; }
span { border-color: rgb(171,177,18); }
td.TdClassName
{
border-color: #ABB112;
}
.TagClassName
{
border-color: #ABB112;
}
</style>