Shades of Bahia #ABC921
Tints of Bahia #ABC921
RGB
CMYK
RGB Variations
Color information
#ABC921 (or 0xABC921) is known color: Bahia. HEX triplet: AB, C9 and 21. RGB value is (171,201,33). Sum of RGB (Red+Green+Blue) = 171+201+33=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC921 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC921 is #5436DE. Grayscale: #ADADAD. Windows color (decimal): -5519071 or 2214315. OLE color: 2214315.
HSL color Cylindrical-coordinate representation of color #ABC921: hue angle of 70.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABC921 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 33 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.21 |
| HSL | 70.71º | 0.72% | 0.46% | - |
| HSV(B) | 70.71º | 0.84% | 0.79% | - |
| XYZ | 37.96 | 50.54 | 9.19 | - |
| YUV | 172.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 33 | 0.15 | 0 | 0.84 | 0.21 | 70.71 | 0.72 | 0.46 |
| Hex | AB | C9 | 21 | F | 0 | 54 | 15 | 47 | 48 | 2E |
| Octal | 253 | 311 | 41 | 17 | 0 | 124 | 25 | 107 | 110 | 56 |
| Binary | 10101011 | 11001001 | 100001 | 1111 | 0 | 1010100 | 10101 | 1000111 | 1001000 | 101110 |
Color Harmonies of #ABC921
Complementary color
Monochromatic Colors of #ABC921
Black with #ABC921
Text Example
Text Example
White with #ABC921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC921; }
p { color: rgb(171,201,33); }
H1.HeaderClassName
{
color: #ABC921;
}
.AnyTagClassName
{
color: #ABC921;
}
</style>
background-color css
<style>
a { background-color: #ABC921; }
a { background-color: rgb(171,201,33); }
div.DivClassName
{
background-color: #ABC921;
}
.BgClassName
{
background-color: #ABC921;
}
</style>
border-color css
<style>
span { border-color: #ABC921; }
span { border-color: rgb(171,201,33); }
td.TdClassName
{
border-color: #ABC921;
}
.TagClassName
{
border-color: #ABC921;
}
</style>