Shades of Bahia #ABB416
Tints of Bahia #ABB416
RGB
CMYK
RGB Variations
Color information
#ABB416 (or 0xABB416) is known color: Bahia. HEX triplet: AB, B4 and 16. RGB value is (171,180,22). Sum of RGB (Red+Green+Blue) = 171+180+22=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB416 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB416 is #544BE9. Grayscale: #9F9F9F. Windows color (decimal): -5524458 or 1488043. OLE color: 1488043.
HSL color Cylindrical-coordinate representation of color #ABB416: hue angle of 63.42º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABB416 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 180 | 22 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.29 |
| HSL | 63.42º | 0.78% | 0.4% | - |
| HSV(B) | 63.42º | 0.88% | 0.71% | - |
| XYZ | 33.26 | 41.36 | 6.99 | - |
| YUV | 159.3 | 50.52 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 22 | 0.05 | 0 | 0.88 | 0.29 | 63.42 | 0.78 | 0.4 |
| Hex | AB | B4 | 16 | 5 | 0 | 58 | 1D | 3F | 4E | 28 |
| Octal | 253 | 264 | 26 | 5 | 0 | 130 | 35 | 77 | 116 | 50 |
| Binary | 10101011 | 10110100 | 10110 | 101 | 0 | 1011000 | 11101 | 111111 | 1001110 | 101000 |
Color Harmonies of #ABB416
Complementary color
Monochromatic Colors of #ABB416
Black with #ABB416
Text Example
Text Example
White with #ABB416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB416; }
p { color: rgb(171,180,22); }
H1.HeaderClassName
{
color: #ABB416;
}
.AnyTagClassName
{
color: #ABB416;
}
</style>
background-color css
<style>
a { background-color: #ABB416; }
a { background-color: rgb(171,180,22); }
div.DivClassName
{
background-color: #ABB416;
}
.BgClassName
{
background-color: #ABB416;
}
</style>
border-color css
<style>
span { border-color: #ABB416; }
span { border-color: rgb(171,180,22); }
td.TdClassName
{
border-color: #ABB416;
}
.TagClassName
{
border-color: #ABB416;
}
</style>