Shades of Bahia #ABBE2B
Tints of Bahia #ABBE2B
RGB
CMYK
RGB Variations
Color information
#ABBE2B (or 0xABBE2B) is known color: Bahia. HEX triplet: AB, BE and 2B. RGB value is (171,190,43). Sum of RGB (Red+Green+Blue) = 171+190+43=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBE2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBE2B is #5441D4. Grayscale: #A8A8A8. Windows color (decimal): -5521877 or 2866859. OLE color: 2866859.
HSL color Cylindrical-coordinate representation of color #ABBE2B: hue angle of 67.76º 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 #ABBE2B is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 190 | 43 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.25 |
| HSL | 67.76º | 0.63% | 0.46% | - |
| HSV(B) | 67.76º | 0.77% | 0.75% | - |
| XYZ | 35.64 | 45.66 | 9.22 | - |
| YUV | 167.56 | 57.71 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 190 | 43 | 0.10 | 0 | 0.77 | 0.25 | 67.76 | 0.63 | 0.46 |
| Hex | AB | BE | 2B | A | 0 | 4D | 19 | 44 | 3F | 2E |
| Octal | 253 | 276 | 53 | 12 | 0 | 115 | 31 | 104 | 77 | 56 |
| Binary | 10101011 | 10111110 | 101011 | 1010 | 0 | 1001101 | 11001 | 1000100 | 111111 | 101110 |
Color Harmonies of #ABBE2B
Complementary color
Monochromatic Colors of #ABBE2B
Black with #ABBE2B
Text Example
Text Example
White with #ABBE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBE2B; }
p { color: rgb(171,190,43); }
H1.HeaderClassName
{
color: #ABBE2B;
}
.AnyTagClassName
{
color: #ABBE2B;
}
</style>
background-color css
<style>
a { background-color: #ABBE2B; }
a { background-color: rgb(171,190,43); }
div.DivClassName
{
background-color: #ABBE2B;
}
.BgClassName
{
background-color: #ABBE2B;
}
</style>
border-color css
<style>
span { border-color: #ABBE2B; }
span { border-color: rgb(171,190,43); }
td.TdClassName
{
border-color: #ABBE2B;
}
.TagClassName
{
border-color: #ABBE2B;
}
</style>