Shades of Bahia #ABC211
Tints of Bahia #ABC211
RGB
CMYK
RGB Variations
Color information
#ABC211 (or 0xABC211) is known color: Bahia. HEX triplet: AB, C2 and 11. RGB value is (171,194,17). Sum of RGB (Red+Green+Blue) = 171+194+17=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 17 (7.03% from 255 or 4.45% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC211 is #543DEE. Grayscale: #A7A7A7. Windows color (decimal): -5520879 or 1163947. OLE color: 1163947.
HSL color Cylindrical-coordinate representation of color #ABC211: hue angle of 67.8º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABC211 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 17 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.24 |
| HSL | 67.8º | 0.84% | 0.41% | - |
| HSV(B) | 67.8º | 0.91% | 0.76% | - |
| XYZ | 36.19 | 47.28 | 7.75 | - |
| YUV | 166.95 | 43.38 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 17 | 0.12 | 0 | 0.91 | 0.24 | 67.8 | 0.84 | 0.41 |
| Hex | AB | C2 | 11 | C | 0 | 5B | 18 | 44 | 54 | 29 |
| Octal | 253 | 302 | 21 | 14 | 0 | 133 | 30 | 104 | 124 | 51 |
| Binary | 10101011 | 11000010 | 10001 | 1100 | 0 | 1011011 | 11000 | 1000100 | 1010100 | 101001 |
Color Harmonies of #ABC211
Complementary color
Monochromatic Colors of #ABC211
Black with #ABC211
Text Example
Text Example
White with #ABC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC211; }
p { color: rgb(171,194,17); }
H1.HeaderClassName
{
color: #ABC211;
}
.AnyTagClassName
{
color: #ABC211;
}
</style>
background-color css
<style>
a { background-color: #ABC211; }
a { background-color: rgb(171,194,17); }
div.DivClassName
{
background-color: #ABC211;
}
.BgClassName
{
background-color: #ABC211;
}
</style>
border-color css
<style>
span { border-color: #ABC211; }
span { border-color: rgb(171,194,17); }
td.TdClassName
{
border-color: #ABC211;
}
.TagClassName
{
border-color: #ABC211;
}
</style>