Shades of Bahia #ABB32B
Tints of Bahia #ABB32B
RGB
CMYK
RGB Variations
Color information
#ABB32B (or 0xABB32B) is known color: Bahia. HEX triplet: AB, B3 and 2B. RGB value is (171,179,43). Sum of RGB (Red+Green+Blue) = 171+179+43=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 179 (70.31% from 255 or 45.55% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB32B is #544CD4. Grayscale: #A1A1A1. Windows color (decimal): -5524693 or 2864043. OLE color: 2864043.
HSL color Cylindrical-coordinate representation of color #ABB32B: hue angle of 63.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABB32B is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 43 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.30 |
| HSL | 63.53º | 0.61% | 0.44% | - |
| HSV(B) | 63.53º | 0.76% | 0.7% | - |
| XYZ | 33.35 | 41.07 | 8.46 | - |
| YUV | 161.1 | 61.35 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 43 | 0.04 | 0 | 0.76 | 0.30 | 63.53 | 0.61 | 0.44 |
| Hex | AB | B3 | 2B | 4 | 0 | 4C | 1E | 40 | 3D | 2C |
| Octal | 253 | 263 | 53 | 4 | 0 | 114 | 36 | 100 | 75 | 54 |
| Binary | 10101011 | 10110011 | 101011 | 100 | 0 | 1001100 | 11110 | 1000000 | 111101 | 101100 |
Color Harmonies of #ABB32B
Complementary color
Monochromatic Colors of #ABB32B
Black with #ABB32B
Text Example
Text Example
White with #ABB32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB32B; }
p { color: rgb(171,179,43); }
H1.HeaderClassName
{
color: #ABB32B;
}
.AnyTagClassName
{
color: #ABB32B;
}
</style>
background-color css
<style>
a { background-color: #ABB32B; }
a { background-color: rgb(171,179,43); }
div.DivClassName
{
background-color: #ABB32B;
}
.BgClassName
{
background-color: #ABB32B;
}
</style>
border-color css
<style>
span { border-color: #ABB32B; }
span { border-color: rgb(171,179,43); }
td.TdClassName
{
border-color: #ABB32B;
}
.TagClassName
{
border-color: #ABB32B;
}
</style>