Shades of Bahia #ABBF2E
Tints of Bahia #ABBF2E
RGB
CMYK
RGB Variations
Color information
#ABBF2E (or 0xABBF2E) is known color: Bahia. HEX triplet: AB, BF and 2E. RGB value is (171,191,46). Sum of RGB (Red+Green+Blue) = 171+191+46=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 191 (75% from 255 or 46.81% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBF2E is #5440D1. Grayscale: #A9A9A9. Windows color (decimal): -5521618 or 3063723. OLE color: 3063723.
HSL color Cylindrical-coordinate representation of color #ABBF2E: hue angle of 68.28º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABBF2E is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 191 | 46 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.25 |
| HSL | 68.28º | 0.61% | 0.46% | - |
| HSV(B) | 68.28º | 0.76% | 0.75% | - |
| XYZ | 35.92 | 46.12 | 9.59 | - |
| YUV | 168.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 191 | 46 | 0.10 | 0 | 0.76 | 0.25 | 68.28 | 0.61 | 0.46 |
| Hex | AB | BF | 2E | A | 0 | 4C | 19 | 44 | 3D | 2E |
| Octal | 253 | 277 | 56 | 12 | 0 | 114 | 31 | 104 | 75 | 56 |
| Binary | 10101011 | 10111111 | 101110 | 1010 | 0 | 1001100 | 11001 | 1000100 | 111101 | 101110 |
Color Harmonies of #ABBF2E
Complementary color
Monochromatic Colors of #ABBF2E
Black with #ABBF2E
Text Example
Text Example
White with #ABBF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBF2E; }
p { color: rgb(171,191,46); }
H1.HeaderClassName
{
color: #ABBF2E;
}
.AnyTagClassName
{
color: #ABBF2E;
}
</style>
background-color css
<style>
a { background-color: #ABBF2E; }
a { background-color: rgb(171,191,46); }
div.DivClassName
{
background-color: #ABBF2E;
}
.BgClassName
{
background-color: #ABBF2E;
}
</style>
border-color css
<style>
span { border-color: #ABBF2E; }
span { border-color: rgb(171,191,46); }
td.TdClassName
{
border-color: #ABBF2E;
}
.TagClassName
{
border-color: #ABBF2E;
}
</style>