Shades of Bahia #ABB32C
Tints of Bahia #ABB32C
RGB
CMYK
RGB Variations
Color information
#ABB32C (or 0xABB32C) is known color: Bahia. HEX triplet: AB, B3 and 2C. RGB value is (171,179,44). Sum of RGB (Red+Green+Blue) = 171+179+44=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 179 (70.31% from 255 or 45.43% from 394); Blue value is 44 (17.58% from 255 or 11.17% from 394); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB32C is #544CD3. Grayscale: #A1A1A1. Windows color (decimal): -5524692 or 2929579. OLE color: 2929579.
HSL color Cylindrical-coordinate representation of color #ABB32C: hue angle of 63.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABB32C is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 44 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.30 |
| HSL | 63.56º | 0.61% | 0.44% | - |
| HSV(B) | 63.56º | 0.75% | 0.7% | - |
| XYZ | 33.37 | 41.08 | 8.55 | - |
| YUV | 161.22 | 61.85 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 44 | 0.04 | 0 | 0.75 | 0.30 | 63.56 | 0.61 | 0.44 |
| Hex | AB | B3 | 2C | 4 | 0 | 4B | 1E | 40 | 3D | 2C |
| Octal | 253 | 263 | 54 | 4 | 0 | 113 | 36 | 100 | 75 | 54 |
| Binary | 10101011 | 10110011 | 101100 | 100 | 0 | 1001011 | 11110 | 1000000 | 111101 | 101100 |
Color Harmonies of #ABB32C
Complementary color
Monochromatic Colors of #ABB32C
Black with #ABB32C
Text Example
Text Example
White with #ABB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB32C; }
p { color: rgb(171,179,44); }
H1.HeaderClassName
{
color: #ABB32C;
}
.AnyTagClassName
{
color: #ABB32C;
}
</style>
background-color css
<style>
a { background-color: #ABB32C; }
a { background-color: rgb(171,179,44); }
div.DivClassName
{
background-color: #ABB32C;
}
.BgClassName
{
background-color: #ABB32C;
}
</style>
border-color css
<style>
span { border-color: #ABB32C; }
span { border-color: rgb(171,179,44); }
td.TdClassName
{
border-color: #ABB32C;
}
.TagClassName
{
border-color: #ABB32C;
}
</style>