Shades of Bahia #ABBD16
Tints of Bahia #ABBD16
RGB
CMYK
RGB Variations
Color information
#ABBD16 (or 0xABBD16) is known color: Bahia. HEX triplet: AB, BD and 16. RGB value is (171,189,22). Sum of RGB (Red+Green+Blue) = 171+189+22=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD16 is #5442E9. Grayscale: #A5A5A5. Windows color (decimal): -5522154 or 1490347. OLE color: 1490347.
HSL color Cylindrical-coordinate representation of color #ABBD16: hue angle of 66.47º 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 #ABBD16 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 22 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.26 |
| HSL | 66.47º | 0.79% | 0.41% | - |
| HSV(B) | 66.47º | 0.88% | 0.74% | - |
| XYZ | 35.14 | 45.11 | 7.61 | - |
| YUV | 164.58 | 47.54 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 22 | 0.10 | 0 | 0.88 | 0.26 | 66.47 | 0.79 | 0.41 |
| Hex | AB | BD | 16 | A | 0 | 58 | 1A | 42 | 4F | 29 |
| Octal | 253 | 275 | 26 | 12 | 0 | 130 | 32 | 102 | 117 | 51 |
| Binary | 10101011 | 10111101 | 10110 | 1010 | 0 | 1011000 | 11010 | 1000010 | 1001111 | 101001 |
Color Harmonies of #ABBD16
Complementary color
Monochromatic Colors of #ABBD16
Black with #ABBD16
Text Example
Text Example
White with #ABBD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD16; }
p { color: rgb(171,189,22); }
H1.HeaderClassName
{
color: #ABBD16;
}
.AnyTagClassName
{
color: #ABBD16;
}
</style>
background-color css
<style>
a { background-color: #ABBD16; }
a { background-color: rgb(171,189,22); }
div.DivClassName
{
background-color: #ABBD16;
}
.BgClassName
{
background-color: #ABBD16;
}
</style>
border-color css
<style>
span { border-color: #ABBD16; }
span { border-color: rgb(171,189,22); }
td.TdClassName
{
border-color: #ABBD16;
}
.TagClassName
{
border-color: #ABBD16;
}
</style>