Shades of Bahia #ABB812
Tints of Bahia #ABB812
RGB
CMYK
RGB Variations
Color information
#ABB812 (or 0xABB812) is known color: Bahia. HEX triplet: AB, B8 and 12. RGB value is (171,184,18). Sum of RGB (Red+Green+Blue) = 171+184+18=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB812 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB812 is #5447ED. Grayscale: #A1A1A1. Windows color (decimal): -5523438 or 1226923. OLE color: 1226923.
HSL color Cylindrical-coordinate representation of color #ABB812: hue angle of 64.7º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABB812 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 184 | 18 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.28 |
| HSL | 64.7º | 0.82% | 0.4% | - |
| HSV(B) | 64.7º | 0.9% | 0.72% | - |
| XYZ | 34.04 | 42.98 | 7.07 | - |
| YUV | 161.19 | 47.19 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 184 | 18 | 0.07 | 0 | 0.90 | 0.28 | 64.7 | 0.82 | 0.4 |
| Hex | AB | B8 | 12 | 7 | 0 | 5A | 1C | 41 | 52 | 28 |
| Octal | 253 | 270 | 22 | 7 | 0 | 132 | 34 | 101 | 122 | 50 |
| Binary | 10101011 | 10111000 | 10010 | 111 | 0 | 1011010 | 11100 | 1000001 | 1010010 | 101000 |
Color Harmonies of #ABB812
Complementary color
Monochromatic Colors of #ABB812
Black with #ABB812
Text Example
Text Example
White with #ABB812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB812; }
p { color: rgb(171,184,18); }
H1.HeaderClassName
{
color: #ABB812;
}
.AnyTagClassName
{
color: #ABB812;
}
</style>
background-color css
<style>
a { background-color: #ABB812; }
a { background-color: rgb(171,184,18); }
div.DivClassName
{
background-color: #ABB812;
}
.BgClassName
{
background-color: #ABB812;
}
</style>
border-color css
<style>
span { border-color: #ABB812; }
span { border-color: rgb(171,184,18); }
td.TdClassName
{
border-color: #ABB812;
}
.TagClassName
{
border-color: #ABB812;
}
</style>