Shades of Citrus #ABBC0B
Tints of Citrus #ABBC0B
RGB
CMYK
RGB Variations
Color information
#ABBC0B (or 0xABBC0B) is known color: Citrus. HEX triplet: AB, BC and 0B. RGB value is (171,188,11). Sum of RGB (Red+Green+Blue) = 171+188+11=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 11 (4.69% from 255 or 2.97% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC0B is #5443F4. Grayscale: #A3A3A3. Windows color (decimal): -5522421 or 769195. OLE color: 769195.
HSL color Cylindrical-coordinate representation of color #ABBC0B: hue angle of 65.76º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABBC0B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 11 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.26 |
| HSL | 65.76º | 0.89% | 0.39% | - |
| HSV(B) | 65.76º | 0.94% | 0.74% | - |
| XYZ | 34.84 | 44.65 | 7.1 | - |
| YUV | 162.74 | 42.37 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 11 | 0.09 | 0 | 0.94 | 0.26 | 65.76 | 0.89 | 0.39 |
| Hex | AB | BC | B | 9 | 0 | 5E | 1A | 42 | 59 | 27 |
| Octal | 253 | 274 | 13 | 11 | 0 | 136 | 32 | 102 | 131 | 47 |
| Binary | 10101011 | 10111100 | 1011 | 1001 | 0 | 1011110 | 11010 | 1000010 | 1011001 | 100111 |
Color Harmonies of #ABBC0B
Complementary color
Monochromatic Colors of #ABBC0B
Black with #ABBC0B
Text Example
Text Example
White with #ABBC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC0B; }
p { color: rgb(171,188,11); }
H1.HeaderClassName
{
color: #ABBC0B;
}
.AnyTagClassName
{
color: #ABBC0B;
}
</style>
background-color css
<style>
a { background-color: #ABBC0B; }
a { background-color: rgb(171,188,11); }
div.DivClassName
{
background-color: #ABBC0B;
}
.BgClassName
{
background-color: #ABBC0B;
}
</style>
border-color css
<style>
span { border-color: #ABBC0B; }
span { border-color: rgb(171,188,11); }
td.TdClassName
{
border-color: #ABBC0B;
}
.TagClassName
{
border-color: #ABBC0B;
}
</style>