Shades of Bahia #ABB713
Tints of Bahia #ABB713
RGB
CMYK
RGB Variations
Color information
#ABB713 (or 0xABB713) is known color: Bahia. HEX triplet: AB, B7 and 13. RGB value is (171,183,19). Sum of RGB (Red+Green+Blue) = 171+183+19=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 19 (7.81% from 255 or 5.09% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB713 is #5448EC. Grayscale: #A1A1A1. Windows color (decimal): -5523693 or 1292203. OLE color: 1292203.
HSL color Cylindrical-coordinate representation of color #ABB713: hue angle of 64.39º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABB713 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 19 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.28 |
| HSL | 64.39º | 0.81% | 0.4% | - |
| HSV(B) | 64.39º | 0.9% | 0.72% | - |
| XYZ | 33.85 | 42.57 | 7.05 | - |
| YUV | 160.72 | 48.02 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 19 | 0.07 | 0 | 0.90 | 0.28 | 64.39 | 0.81 | 0.4 |
| Hex | AB | B7 | 13 | 7 | 0 | 5A | 1C | 40 | 51 | 28 |
| Octal | 253 | 267 | 23 | 7 | 0 | 132 | 34 | 100 | 121 | 50 |
| Binary | 10101011 | 10110111 | 10011 | 111 | 0 | 1011010 | 11100 | 1000000 | 1010001 | 101000 |
Color Harmonies of #ABB713
Complementary color
Monochromatic Colors of #ABB713
Black with #ABB713
Text Example
Text Example
White with #ABB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB713; }
p { color: rgb(171,183,19); }
H1.HeaderClassName
{
color: #ABB713;
}
.AnyTagClassName
{
color: #ABB713;
}
</style>
background-color css
<style>
a { background-color: #ABB713; }
a { background-color: rgb(171,183,19); }
div.DivClassName
{
background-color: #ABB713;
}
.BgClassName
{
background-color: #ABB713;
}
</style>
border-color css
<style>
span { border-color: #ABB713; }
span { border-color: rgb(171,183,19); }
td.TdClassName
{
border-color: #ABB713;
}
.TagClassName
{
border-color: #ABB713;
}
</style>