Shades of Bahia #ABC121
Tints of Bahia #ABC121
RGB
CMYK
RGB Variations
Color information
#ABC121 (or 0xABC121) is known color: Bahia. HEX triplet: AB, C1 and 21. RGB value is (171,193,33). Sum of RGB (Red+Green+Blue) = 171+193+33=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC121 is #543EDE. Grayscale: #A8A8A8. Windows color (decimal): -5521119 or 2212267. OLE color: 2212267.
HSL color Cylindrical-coordinate representation of color #ABC121: hue angle of 68.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABC121 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 33 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.24 |
| HSL | 68.25º | 0.71% | 0.44% | - |
| HSV(B) | 68.25º | 0.83% | 0.76% | - |
| XYZ | 36.14 | 46.91 | 8.59 | - |
| YUV | 168.18 | 51.71 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 33 | 0.11 | 0 | 0.83 | 0.24 | 68.25 | 0.71 | 0.44 |
| Hex | AB | C1 | 21 | B | 0 | 53 | 18 | 44 | 47 | 2C |
| Octal | 253 | 301 | 41 | 13 | 0 | 123 | 30 | 104 | 107 | 54 |
| Binary | 10101011 | 11000001 | 100001 | 1011 | 0 | 1010011 | 11000 | 1000100 | 1000111 | 101100 |
Color Harmonies of #ABC121
Complementary color
Monochromatic Colors of #ABC121
Black with #ABC121
Text Example
Text Example
White with #ABC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC121; }
p { color: rgb(171,193,33); }
H1.HeaderClassName
{
color: #ABC121;
}
.AnyTagClassName
{
color: #ABC121;
}
</style>
background-color css
<style>
a { background-color: #ABC121; }
a { background-color: rgb(171,193,33); }
div.DivClassName
{
background-color: #ABC121;
}
.BgClassName
{
background-color: #ABC121;
}
</style>
border-color css
<style>
span { border-color: #ABC121; }
span { border-color: rgb(171,193,33); }
td.TdClassName
{
border-color: #ABC121;
}
.TagClassName
{
border-color: #ABC121;
}
</style>