Shades of Bahia #ABBC16
Tints of Bahia #ABBC16
RGB
CMYK
RGB Variations
Color information
#ABBC16 (or 0xABBC16) is known color: Bahia. HEX triplet: AB, BC and 16. RGB value is (171,188,22). Sum of RGB (Red+Green+Blue) = 171+188+22=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC16 is #5443E9. Grayscale: #A4A4A4. Windows color (decimal): -5522410 or 1490091. OLE color: 1490091.
HSL color Cylindrical-coordinate representation of color #ABBC16: hue angle of 66.14º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABBC16 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 22 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.26 |
| HSL | 66.14º | 0.79% | 0.41% | - |
| HSV(B) | 66.14º | 0.88% | 0.74% | - |
| XYZ | 34.92 | 44.68 | 7.54 | - |
| YUV | 163.99 | 47.87 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 22 | 0.09 | 0 | 0.88 | 0.26 | 66.14 | 0.79 | 0.41 |
| Hex | AB | BC | 16 | 9 | 0 | 58 | 1A | 42 | 4F | 29 |
| Octal | 253 | 274 | 26 | 11 | 0 | 130 | 32 | 102 | 117 | 51 |
| Binary | 10101011 | 10111100 | 10110 | 1001 | 0 | 1011000 | 11010 | 1000010 | 1001111 | 101001 |
Color Harmonies of #ABBC16
Complementary color
Monochromatic Colors of #ABBC16
Black with #ABBC16
Text Example
Text Example
White with #ABBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC16; }
p { color: rgb(171,188,22); }
H1.HeaderClassName
{
color: #ABBC16;
}
.AnyTagClassName
{
color: #ABBC16;
}
</style>
background-color css
<style>
a { background-color: #ABBC16; }
a { background-color: rgb(171,188,22); }
div.DivClassName
{
background-color: #ABBC16;
}
.BgClassName
{
background-color: #ABBC16;
}
</style>
border-color css
<style>
span { border-color: #ABBC16; }
span { border-color: rgb(171,188,22); }
td.TdClassName
{
border-color: #ABBC16;
}
.TagClassName
{
border-color: #ABBC16;
}
</style>