Shades of Bahia #ABB613
Tints of Bahia #ABB613
RGB
CMYK
RGB Variations
Color information
#ABB613 (or 0xABB613) is known color: Bahia. HEX triplet: AB, B6 and 13. RGB value is (171,182,19). Sum of RGB (Red+Green+Blue) = 171+182+19=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 182 (71.48% from 255 or 48.92% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 182 - color contains mainly: green. Hex color #ABB613 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB613 is #5449EC. Grayscale: #A0A0A0. Windows color (decimal): -5523949 or 1291947. OLE color: 1291947.
HSL color Cylindrical-coordinate representation of color #ABB613: hue angle of 64.05º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABB613 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 182 | 19 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.29 |
| HSL | 64.05º | 0.81% | 0.39% | - |
| HSV(B) | 64.05º | 0.9% | 0.71% | - |
| XYZ | 33.64 | 42.16 | 6.98 | - |
| YUV | 160.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 182 | 19 | 0.06 | 0 | 0.90 | 0.29 | 64.05 | 0.81 | 0.39 |
| Hex | AB | B6 | 13 | 6 | 0 | 5A | 1D | 40 | 51 | 27 |
| Octal | 253 | 266 | 23 | 6 | 0 | 132 | 35 | 100 | 121 | 47 |
| Binary | 10101011 | 10110110 | 10011 | 110 | 0 | 1011010 | 11101 | 1000000 | 1010001 | 100111 |
Color Harmonies of #ABB613
Complementary color
Monochromatic Colors of #ABB613
Black with #ABB613
Text Example
Text Example
White with #ABB613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB613; }
p { color: rgb(171,182,19); }
H1.HeaderClassName
{
color: #ABB613;
}
.AnyTagClassName
{
color: #ABB613;
}
</style>
background-color css
<style>
a { background-color: #ABB613; }
a { background-color: rgb(171,182,19); }
div.DivClassName
{
background-color: #ABB613;
}
.BgClassName
{
background-color: #ABB613;
}
</style>
border-color css
<style>
span { border-color: #ABB613; }
span { border-color: rgb(171,182,19); }
td.TdClassName
{
border-color: #ABB613;
}
.TagClassName
{
border-color: #ABB613;
}
</style>