Shades of Citrus #ABB30B
Tints of Citrus #ABB30B
RGB
CMYK
RGB Variations
Color information
#ABB30B (or 0xABB30B) is known color: Citrus. HEX triplet: AB, B3 and 0B. RGB value is (171,179,11). Sum of RGB (Red+Green+Blue) = 171+179+11=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB30B is #544CF4. Grayscale: #9E9E9E. Windows color (decimal): -5524725 or 766891. OLE color: 766891.
HSL color Cylindrical-coordinate representation of color #ABB30B: hue angle of 62.86º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABB30B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.30 |
| HSL | 62.86º | 0.88% | 0.37% | - |
| HSV(B) | 62.86º | 0.94% | 0.7% | - |
| XYZ | 32.98 | 40.92 | 6.48 | - |
| YUV | 157.46 | 45.35 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 11 | 0.04 | 0 | 0.94 | 0.30 | 62.86 | 0.88 | 0.37 |
| Hex | AB | B3 | B | 4 | 0 | 5E | 1E | 3F | 58 | 25 |
| Octal | 253 | 263 | 13 | 4 | 0 | 136 | 36 | 77 | 130 | 45 |
| Binary | 10101011 | 10110011 | 1011 | 100 | 0 | 1011110 | 11110 | 111111 | 1011000 | 100101 |
Color Harmonies of #ABB30B
Complementary color
Monochromatic Colors of #ABB30B
Black with #ABB30B
Text Example
Text Example
White with #ABB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB30B; }
p { color: rgb(171,179,11); }
H1.HeaderClassName
{
color: #ABB30B;
}
.AnyTagClassName
{
color: #ABB30B;
}
</style>
background-color css
<style>
a { background-color: #ABB30B; }
a { background-color: rgb(171,179,11); }
div.DivClassName
{
background-color: #ABB30B;
}
.BgClassName
{
background-color: #ABB30B;
}
</style>
border-color css
<style>
span { border-color: #ABB30B; }
span { border-color: rgb(171,179,11); }
td.TdClassName
{
border-color: #ABB30B;
}
.TagClassName
{
border-color: #ABB30B;
}
</style>