Shades of Bahia #ABB321
Tints of Bahia #ABB321
RGB
CMYK
RGB Variations
Color information
#ABB321 (or 0xABB321) is known color: Bahia. HEX triplet: AB, B3 and 21. RGB value is (171,179,33). Sum of RGB (Red+Green+Blue) = 171+179+33=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB321 is #544CDE. Grayscale: #A0A0A0. Windows color (decimal): -5524703 or 2208683. OLE color: 2208683.
HSL color Cylindrical-coordinate representation of color #ABB321: hue angle of 63.29º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABB321 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 33 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.30 |
| HSL | 63.29º | 0.69% | 0.42% | - |
| HSV(B) | 63.29º | 0.82% | 0.7% | - |
| XYZ | 33.19 | 41.01 | 7.6 | - |
| YUV | 159.96 | 56.35 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 33 | 0.04 | 0 | 0.82 | 0.30 | 63.29 | 0.69 | 0.42 |
| Hex | AB | B3 | 21 | 4 | 0 | 52 | 1E | 3F | 45 | 2A |
| Octal | 253 | 263 | 41 | 4 | 0 | 122 | 36 | 77 | 105 | 52 |
| Binary | 10101011 | 10110011 | 100001 | 100 | 0 | 1010010 | 11110 | 111111 | 1000101 | 101010 |
Color Harmonies of #ABB321
Complementary color
Monochromatic Colors of #ABB321
Black with #ABB321
Text Example
Text Example
White with #ABB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB321; }
p { color: rgb(171,179,33); }
H1.HeaderClassName
{
color: #ABB321;
}
.AnyTagClassName
{
color: #ABB321;
}
</style>
background-color css
<style>
a { background-color: #ABB321; }
a { background-color: rgb(171,179,33); }
div.DivClassName
{
background-color: #ABB321;
}
.BgClassName
{
background-color: #ABB321;
}
</style>
border-color css
<style>
span { border-color: #ABB321; }
span { border-color: rgb(171,179,33); }
td.TdClassName
{
border-color: #ABB321;
}
.TagClassName
{
border-color: #ABB321;
}
</style>