Shades of Bahia #ABB12B
Tints of Bahia #ABB12B
RGB
CMYK
RGB Variations
Color information
#ABB12B (or 0xABB12B) is known color: Bahia. HEX triplet: AB, B1 and 2B. RGB value is (171,177,43). Sum of RGB (Red+Green+Blue) = 171+177+43=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB12B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB12B is #544ED4. Grayscale: #A0A0A0. Windows color (decimal): -5525205 or 2863531. OLE color: 2863531.
HSL color Cylindrical-coordinate representation of color #ABB12B: hue angle of 62.69º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABB12B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 177 | 43 | - |
| CMYK | 0.03 | 0 | 0.76 | 0.31 |
| HSL | 62.69º | 0.61% | 0.43% | - |
| HSV(B) | 62.69º | 0.76% | 0.69% | - |
| XYZ | 32.95 | 40.28 | 8.32 | - |
| YUV | 159.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 177 | 43 | 0.03 | 0 | 0.76 | 0.31 | 62.69 | 0.61 | 0.43 |
| Hex | AB | B1 | 2B | 3 | 0 | 4C | 1F | 3F | 3D | 2B |
| Octal | 253 | 261 | 53 | 3 | 0 | 114 | 37 | 77 | 75 | 53 |
| Binary | 10101011 | 10110001 | 101011 | 11 | 0 | 1001100 | 11111 | 111111 | 111101 | 101011 |
Color Harmonies of #ABB12B
Complementary color
Monochromatic Colors of #ABB12B
Black with #ABB12B
Text Example
Text Example
White with #ABB12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB12B; }
p { color: rgb(171,177,43); }
H1.HeaderClassName
{
color: #ABB12B;
}
.AnyTagClassName
{
color: #ABB12B;
}
</style>
background-color css
<style>
a { background-color: #ABB12B; }
a { background-color: rgb(171,177,43); }
div.DivClassName
{
background-color: #ABB12B;
}
.BgClassName
{
background-color: #ABB12B;
}
</style>
border-color css
<style>
span { border-color: #ABB12B; }
span { border-color: rgb(171,177,43); }
td.TdClassName
{
border-color: #ABB12B;
}
.TagClassName
{
border-color: #ABB12B;
}
</style>