Shades of Bahia #ABB717
Tints of Bahia #ABB717
RGB
CMYK
RGB Variations
Color information
#ABB717 (or 0xABB717) is known color: Bahia. HEX triplet: AB, B7 and 17. RGB value is (171,183,23). Sum of RGB (Red+Green+Blue) = 171+183+23=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB717 is #5448E8. Grayscale: #A1A1A1. Windows color (decimal): -5523689 or 1554347. OLE color: 1554347.
HSL color Cylindrical-coordinate representation of color #ABB717: hue angle of 64.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABB717 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 23 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.28 |
| HSL | 64.5º | 0.78% | 0.4% | - |
| HSV(B) | 64.5º | 0.87% | 0.72% | - |
| XYZ | 33.88 | 42.59 | 7.24 | - |
| YUV | 161.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 23 | 0.07 | 0 | 0.87 | 0.28 | 64.5 | 0.78 | 0.4 |
| Hex | AB | B7 | 17 | 7 | 0 | 57 | 1C | 40 | 4E | 28 |
| Octal | 253 | 267 | 27 | 7 | 0 | 127 | 34 | 100 | 116 | 50 |
| Binary | 10101011 | 10110111 | 10111 | 111 | 0 | 1010111 | 11100 | 1000000 | 1001110 | 101000 |
Color Harmonies of #ABB717
Complementary color
Monochromatic Colors of #ABB717
Black with #ABB717
Text Example
Text Example
White with #ABB717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB717; }
p { color: rgb(171,183,23); }
H1.HeaderClassName
{
color: #ABB717;
}
.AnyTagClassName
{
color: #ABB717;
}
</style>
background-color css
<style>
a { background-color: #ABB717; }
a { background-color: rgb(171,183,23); }
div.DivClassName
{
background-color: #ABB717;
}
.BgClassName
{
background-color: #ABB717;
}
</style>
border-color css
<style>
span { border-color: #ABB717; }
span { border-color: rgb(171,183,23); }
td.TdClassName
{
border-color: #ABB717;
}
.TagClassName
{
border-color: #ABB717;
}
</style>