Shades of Bahia #ABBA27
Tints of Bahia #ABBA27
RGB
CMYK
RGB Variations
Color information
#ABBA27 (or 0xABBA27) is known color: Bahia. HEX triplet: AB, BA and 27. RGB value is (171,186,39). Sum of RGB (Red+Green+Blue) = 171+186+39=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 39 (15.62% from 255 or 9.85% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBA27 is #5445D8. Grayscale: #A5A5A5. Windows color (decimal): -5522905 or 2603691. OLE color: 2603691.
HSL color Cylindrical-coordinate representation of color #ABBA27: hue angle of 66.12º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABBA27 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 186 | 39 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.27 |
| HSL | 66.12º | 0.65% | 0.44% | - |
| HSV(B) | 66.12º | 0.79% | 0.73% | - |
| XYZ | 34.72 | 43.92 | 8.57 | - |
| YUV | 164.76 | 57.03 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 186 | 39 | 0.08 | 0 | 0.79 | 0.27 | 66.12 | 0.65 | 0.44 |
| Hex | AB | BA | 27 | 8 | 0 | 4F | 1B | 42 | 41 | 2C |
| Octal | 253 | 272 | 47 | 10 | 0 | 117 | 33 | 102 | 101 | 54 |
| Binary | 10101011 | 10111010 | 100111 | 1000 | 0 | 1001111 | 11011 | 1000010 | 1000001 | 101100 |
Color Harmonies of #ABBA27
Complementary color
Monochromatic Colors of #ABBA27
Black with #ABBA27
Text Example
Text Example
White with #ABBA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBA27; }
p { color: rgb(171,186,39); }
H1.HeaderClassName
{
color: #ABBA27;
}
.AnyTagClassName
{
color: #ABBA27;
}
</style>
background-color css
<style>
a { background-color: #ABBA27; }
a { background-color: rgb(171,186,39); }
div.DivClassName
{
background-color: #ABBA27;
}
.BgClassName
{
background-color: #ABBA27;
}
</style>
border-color css
<style>
span { border-color: #ABBA27; }
span { border-color: rgb(171,186,39); }
td.TdClassName
{
border-color: #ABBA27;
}
.TagClassName
{
border-color: #ABBA27;
}
</style>