Shades of Bahia #ABB31C
Tints of Bahia #ABB31C
RGB
CMYK
RGB Variations
Color information
#ABB31C (or 0xABB31C) is known color: Bahia. HEX triplet: AB, B3 and 1C. RGB value is (171,179,28). Sum of RGB (Red+Green+Blue) = 171+179+28=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB31C is #544CE3. Grayscale: #9F9F9F. Windows color (decimal): -5524708 or 1881003. OLE color: 1881003.
HSL color Cylindrical-coordinate representation of color #ABB31C: hue angle of 63.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABB31C is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 28 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.30 |
| HSL | 63.18º | 0.73% | 0.41% | - |
| HSV(B) | 63.18º | 0.84% | 0.7% | - |
| XYZ | 33.12 | 40.98 | 7.26 | - |
| YUV | 159.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 28 | 0.04 | 0 | 0.84 | 0.30 | 63.18 | 0.73 | 0.41 |
| Hex | AB | B3 | 1C | 4 | 0 | 54 | 1E | 3F | 49 | 29 |
| Octal | 253 | 263 | 34 | 4 | 0 | 124 | 36 | 77 | 111 | 51 |
| Binary | 10101011 | 10110011 | 11100 | 100 | 0 | 1010100 | 11110 | 111111 | 1001001 | 101001 |
Color Harmonies of #ABB31C
Complementary color
Monochromatic Colors of #ABB31C
Black with #ABB31C
Text Example
Text Example
White with #ABB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB31C; }
p { color: rgb(171,179,28); }
H1.HeaderClassName
{
color: #ABB31C;
}
.AnyTagClassName
{
color: #ABB31C;
}
</style>
background-color css
<style>
a { background-color: #ABB31C; }
a { background-color: rgb(171,179,28); }
div.DivClassName
{
background-color: #ABB31C;
}
.BgClassName
{
background-color: #ABB31C;
}
</style>
border-color css
<style>
span { border-color: #ABB31C; }
span { border-color: rgb(171,179,28); }
td.TdClassName
{
border-color: #ABB31C;
}
.TagClassName
{
border-color: #ABB31C;
}
</style>