Shades of Citrus #ABB90D
Tints of Citrus #ABB90D
RGB
CMYK
RGB Variations
Color information
#ABB90D (or 0xABB90D) is known color: Citrus. HEX triplet: AB, B9 and 0D. RGB value is (171,185,13). Sum of RGB (Red+Green+Blue) = 171+185+13=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB90D is #5446F2. Grayscale: #A1A1A1. Windows color (decimal): -5523187 or 899499. OLE color: 899499.
HSL color Cylindrical-coordinate representation of color #ABB90D: hue angle of 64.88º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABB90D is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 13 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.27 |
| HSL | 64.88º | 0.87% | 0.39% | - |
| HSV(B) | 64.88º | 0.93% | 0.73% | - |
| XYZ | 34.22 | 43.38 | 6.95 | - |
| YUV | 161.21 | 44.36 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 13 | 0.08 | 0 | 0.93 | 0.27 | 64.88 | 0.87 | 0.39 |
| Hex | AB | B9 | D | 8 | 0 | 5D | 1B | 41 | 57 | 27 |
| Octal | 253 | 271 | 15 | 10 | 0 | 135 | 33 | 101 | 127 | 47 |
| Binary | 10101011 | 10111001 | 1101 | 1000 | 0 | 1011101 | 11011 | 1000001 | 1010111 | 100111 |
Color Harmonies of #ABB90D
Complementary color
Monochromatic Colors of #ABB90D
Black with #ABB90D
Text Example
Text Example
White with #ABB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB90D; }
p { color: rgb(171,185,13); }
H1.HeaderClassName
{
color: #ABB90D;
}
.AnyTagClassName
{
color: #ABB90D;
}
</style>
background-color css
<style>
a { background-color: #ABB90D; }
a { background-color: rgb(171,185,13); }
div.DivClassName
{
background-color: #ABB90D;
}
.BgClassName
{
background-color: #ABB90D;
}
</style>
border-color css
<style>
span { border-color: #ABB90D; }
span { border-color: rgb(171,185,13); }
td.TdClassName
{
border-color: #ABB90D;
}
.TagClassName
{
border-color: #ABB90D;
}
</style>