Shades of Bahia #ABB719
Tints of Bahia #ABB719
RGB
CMYK
RGB Variations
Color information
#ABB719 (or 0xABB719) is known color: Bahia. HEX triplet: AB, B7 and 19. RGB value is (171,183,25). Sum of RGB (Red+Green+Blue) = 171+183+25=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB719 is #5448E6. Grayscale: #A2A2A2. Windows color (decimal): -5523687 or 1685419. OLE color: 1685419.
HSL color Cylindrical-coordinate representation of color #ABB719: hue angle of 64.56º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABB719 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 25 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.28 |
| HSL | 64.56º | 0.76% | 0.41% | - |
| HSV(B) | 64.56º | 0.86% | 0.72% | - |
| XYZ | 33.9 | 42.6 | 7.35 | - |
| YUV | 161.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 25 | 0.07 | 0 | 0.86 | 0.28 | 64.56 | 0.76 | 0.41 |
| Hex | AB | B7 | 19 | 7 | 0 | 56 | 1C | 41 | 4C | 29 |
| Octal | 253 | 267 | 31 | 7 | 0 | 126 | 34 | 101 | 114 | 51 |
| Binary | 10101011 | 10110111 | 11001 | 111 | 0 | 1010110 | 11100 | 1000001 | 1001100 | 101001 |
Color Harmonies of #ABB719
Complementary color
Monochromatic Colors of #ABB719
Black with #ABB719
Text Example
Text Example
White with #ABB719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB719; }
p { color: rgb(171,183,25); }
H1.HeaderClassName
{
color: #ABB719;
}
.AnyTagClassName
{
color: #ABB719;
}
</style>
background-color css
<style>
a { background-color: #ABB719; }
a { background-color: rgb(171,183,25); }
div.DivClassName
{
background-color: #ABB719;
}
.BgClassName
{
background-color: #ABB719;
}
</style>
border-color css
<style>
span { border-color: #ABB719; }
span { border-color: rgb(171,183,25); }
td.TdClassName
{
border-color: #ABB719;
}
.TagClassName
{
border-color: #ABB719;
}
</style>