Shades of Citrus #ABB907
Tints of Citrus #ABB907
RGB
CMYK
RGB Variations
Color information
#ABB907 (or 0xABB907) is known color: Citrus. HEX triplet: AB, B9 and 07. RGB value is (171,185,7). Sum of RGB (Red+Green+Blue) = 171+185+7=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB907 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB907 is #5446F8. Grayscale: #A1A1A1. Windows color (decimal): -5523193 or 506283. OLE color: 506283.
HSL color Cylindrical-coordinate representation of color #ABB907: hue angle of 64.72º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABB907 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 185 | 7 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.27 |
| HSL | 64.72º | 0.93% | 0.38% | - |
| HSV(B) | 64.72º | 0.96% | 0.73% | - |
| XYZ | 34.18 | 43.37 | 6.77 | - |
| YUV | 160.52 | 41.36 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 185 | 7 | 0.08 | 0 | 0.96 | 0.27 | 64.72 | 0.93 | 0.38 |
| Hex | AB | B9 | 7 | 8 | 0 | 60 | 1B | 41 | 5D | 26 |
| Octal | 253 | 271 | 7 | 10 | 0 | 140 | 33 | 101 | 135 | 46 |
| Binary | 10101011 | 10111001 | 111 | 1000 | 0 | 1100000 | 11011 | 1000001 | 1011101 | 100110 |
Color Harmonies of #ABB907
Complementary color
Monochromatic Colors of #ABB907
Black with #ABB907
Text Example
Text Example
White with #ABB907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB907; }
p { color: rgb(171,185,7); }
H1.HeaderClassName
{
color: #ABB907;
}
.AnyTagClassName
{
color: #ABB907;
}
</style>
background-color css
<style>
a { background-color: #ABB907; }
a { background-color: rgb(171,185,7); }
div.DivClassName
{
background-color: #ABB907;
}
.BgClassName
{
background-color: #ABB907;
}
</style>
border-color css
<style>
span { border-color: #ABB907; }
span { border-color: rgb(171,185,7); }
td.TdClassName
{
border-color: #ABB907;
}
.TagClassName
{
border-color: #ABB907;
}
</style>