Shades of Citrus #ABC00B
Tints of Citrus #ABC00B
RGB
CMYK
RGB Variations
Color information
#ABC00B (or 0xABC00B) is known color: Citrus. HEX triplet: AB, C0 and 0B. RGB value is (171,192,11). Sum of RGB (Red+Green+Blue) = 171+192+11=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC00B is #543FF4. Grayscale: #A5A5A5. Windows color (decimal): -5521397 or 770219. OLE color: 770219.
HSL color Cylindrical-coordinate representation of color #ABC00B: hue angle of 66.96º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABC00B is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 11 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.25 |
| HSL | 66.96º | 0.89% | 0.4% | - |
| HSV(B) | 66.96º | 0.94% | 0.75% | - |
| XYZ | 35.7 | 46.38 | 7.39 | - |
| YUV | 165.09 | 41.04 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 11 | 0.11 | 0 | 0.94 | 0.25 | 66.96 | 0.89 | 0.4 |
| Hex | AB | C0 | B | B | 0 | 5E | 19 | 43 | 59 | 28 |
| Octal | 253 | 300 | 13 | 13 | 0 | 136 | 31 | 103 | 131 | 50 |
| Binary | 10101011 | 11000000 | 1011 | 1011 | 0 | 1011110 | 11001 | 1000011 | 1011001 | 101000 |
Color Harmonies of #ABC00B
Complementary color
Monochromatic Colors of #ABC00B
Black with #ABC00B
Text Example
Text Example
White with #ABC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC00B; }
p { color: rgb(171,192,11); }
H1.HeaderClassName
{
color: #ABC00B;
}
.AnyTagClassName
{
color: #ABC00B;
}
</style>
background-color css
<style>
a { background-color: #ABC00B; }
a { background-color: rgb(171,192,11); }
div.DivClassName
{
background-color: #ABC00B;
}
.BgClassName
{
background-color: #ABC00B;
}
</style>
border-color css
<style>
span { border-color: #ABC00B; }
span { border-color: rgb(171,192,11); }
td.TdClassName
{
border-color: #ABC00B;
}
.TagClassName
{
border-color: #ABC00B;
}
</style>