Shades of Bahia #ABB431
Tints of Bahia #ABB431
RGB
CMYK
RGB Variations
Color information
#ABB431 (or 0xABB431) is known color: Bahia. HEX triplet: AB, B4 and 31. RGB value is (171,180,49). Sum of RGB (Red+Green+Blue) = 171+180+49=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB431 is #544BCE. Grayscale: #A2A2A2. Windows color (decimal): -5524431 or 3257515. OLE color: 3257515.
HSL color Cylindrical-coordinate representation of color #ABB431: hue angle of 64.12º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABB431 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 180 | 49 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.29 |
| HSL | 64.12º | 0.57% | 0.45% | - |
| HSV(B) | 64.12º | 0.73% | 0.71% | - |
| XYZ | 33.67 | 41.52 | 9.15 | - |
| YUV | 162.38 | 64.02 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 180 | 49 | 0.05 | 0 | 0.73 | 0.29 | 64.12 | 0.57 | 0.45 |
| Hex | AB | B4 | 31 | 5 | 0 | 49 | 1D | 40 | 39 | 2D |
| Octal | 253 | 264 | 61 | 5 | 0 | 111 | 35 | 100 | 71 | 55 |
| Binary | 10101011 | 10110100 | 110001 | 101 | 0 | 1001001 | 11101 | 1000000 | 111001 | 101101 |
Color Harmonies of #ABB431
Complementary color
Monochromatic Colors of #ABB431
Black with #ABB431
Text Example
Text Example
White with #ABB431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB431; }
p { color: rgb(171,180,49); }
H1.HeaderClassName
{
color: #ABB431;
}
.AnyTagClassName
{
color: #ABB431;
}
</style>
background-color css
<style>
a { background-color: #ABB431; }
a { background-color: rgb(171,180,49); }
div.DivClassName
{
background-color: #ABB431;
}
.BgClassName
{
background-color: #ABB431;
}
</style>
border-color css
<style>
span { border-color: #ABB431; }
span { border-color: rgb(171,180,49); }
td.TdClassName
{
border-color: #ABB431;
}
.TagClassName
{
border-color: #ABB431;
}
</style>