Shades of Citrus #ABB904
Tints of Citrus #ABB904
RGB
CMYK
RGB Variations
Color information
#ABB904 (or 0xABB904) is known color: Citrus. HEX triplet: AB, B9 and 04. RGB value is (171,185,4). Sum of RGB (Red+Green+Blue) = 171+185+4=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 4 (1.95% from 255 or 1.11% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB904 is #5446FB. Grayscale: #A0A0A0. Windows color (decimal): -5523196 or 309675. OLE color: 309675.
HSL color Cylindrical-coordinate representation of color #ABB904: hue angle of 64.64º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABB904 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 4 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.27 |
| HSL | 64.64º | 0.96% | 0.37% | - |
| HSV(B) | 64.64º | 0.98% | 0.73% | - |
| XYZ | 34.17 | 43.36 | 6.68 | - |
| YUV | 160.18 | 39.86 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 4 | 0.08 | 0 | 0.98 | 0.27 | 64.64 | 0.96 | 0.37 |
| Hex | AB | B9 | 4 | 8 | 0 | 62 | 1B | 41 | 60 | 25 |
| Octal | 253 | 271 | 4 | 10 | 0 | 142 | 33 | 101 | 140 | 45 |
| Binary | 10101011 | 10111001 | 100 | 1000 | 0 | 1100010 | 11011 | 1000001 | 1100000 | 100101 |
Color Harmonies of #ABB904
Complementary color
Monochromatic Colors of #ABB904
Black with #ABB904
Text Example
Text Example
White with #ABB904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB904; }
p { color: rgb(171,185,4); }
H1.HeaderClassName
{
color: #ABB904;
}
.AnyTagClassName
{
color: #ABB904;
}
</style>
background-color css
<style>
a { background-color: #ABB904; }
a { background-color: rgb(171,185,4); }
div.DivClassName
{
background-color: #ABB904;
}
.BgClassName
{
background-color: #ABB904;
}
</style>
border-color css
<style>
span { border-color: #ABB904; }
span { border-color: rgb(171,185,4); }
td.TdClassName
{
border-color: #ABB904;
}
.TagClassName
{
border-color: #ABB904;
}
</style>