Shades of Bahia #ABBF2B
Tints of Bahia #ABBF2B
RGB
CMYK
RGB Variations
Color information
#ABBF2B (or 0xABBF2B) is known color: Bahia. HEX triplet: AB, BF and 2B. RGB value is (171,191,43). Sum of RGB (Red+Green+Blue) = 171+191+43=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF2B is #5440D4. Grayscale: #A8A8A8. Windows color (decimal): -5521621 or 2867115. OLE color: 2867115.
HSL color Cylindrical-coordinate representation of color #ABBF2B: hue angle of 68.11º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABBF2B is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 191 | 43 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.25 |
| HSL | 68.11º | 0.63% | 0.46% | - |
| HSV(B) | 68.11º | 0.77% | 0.75% | - |
| XYZ | 35.86 | 46.09 | 9.29 | - |
| YUV | 168.15 | 57.37 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 43 | 0.10 | 0 | 0.77 | 0.25 | 68.11 | 0.63 | 0.46 |
| Hex | AB | BF | 2B | A | 0 | 4D | 19 | 44 | 3F | 2E |
| Octal | 253 | 277 | 53 | 12 | 0 | 115 | 31 | 104 | 77 | 56 |
| Binary | 10101011 | 10111111 | 101011 | 1010 | 0 | 1001101 | 11001 | 1000100 | 111111 | 101110 |
Color Harmonies of #ABBF2B
Complementary color
Monochromatic Colors of #ABBF2B
Black with #ABBF2B
Text Example
Text Example
White with #ABBF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBF2B; }
p { color: rgb(171,191,43); }
H1.HeaderClassName
{
color: #ABBF2B;
}
.AnyTagClassName
{
color: #ABBF2B;
}
</style>
background-color css
<style>
a { background-color: #ABBF2B; }
a { background-color: rgb(171,191,43); }
div.DivClassName
{
background-color: #ABBF2B;
}
.BgClassName
{
background-color: #ABBF2B;
}
</style>
border-color css
<style>
span { border-color: #ABBF2B; }
span { border-color: rgb(171,191,43); }
td.TdClassName
{
border-color: #ABBF2B;
}
.TagClassName
{
border-color: #ABBF2B;
}
</style>