Shades of Bahia #ABC215
Tints of Bahia #ABC215
RGB
CMYK
RGB Variations
Color information
#ABC215 (or 0xABC215) is known color: Bahia. HEX triplet: AB, C2 and 15. RGB value is (171,194,21). Sum of RGB (Red+Green+Blue) = 171+194+21=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC215 is #543DEA. Grayscale: #A8A8A8. Windows color (decimal): -5520875 or 1426091. OLE color: 1426091.
HSL color Cylindrical-coordinate representation of color #ABC215: hue angle of 67.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABC215 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 21 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.24 |
| HSL | 67.98º | 0.8% | 0.42% | - |
| HSV(B) | 67.98º | 0.89% | 0.76% | - |
| XYZ | 36.22 | 47.3 | 7.93 | - |
| YUV | 167.4 | 45.38 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 21 | 0.12 | 0 | 0.89 | 0.24 | 67.98 | 0.8 | 0.42 |
| Hex | AB | C2 | 15 | C | 0 | 59 | 18 | 44 | 50 | 2A |
| Octal | 253 | 302 | 25 | 14 | 0 | 131 | 30 | 104 | 120 | 52 |
| Binary | 10101011 | 11000010 | 10101 | 1100 | 0 | 1011001 | 11000 | 1000100 | 1010000 | 101010 |
Color Harmonies of #ABC215
Complementary color
Monochromatic Colors of #ABC215
Black with #ABC215
Text Example
Text Example
White with #ABC215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC215; }
p { color: rgb(171,194,21); }
H1.HeaderClassName
{
color: #ABC215;
}
.AnyTagClassName
{
color: #ABC215;
}
</style>
background-color css
<style>
a { background-color: #ABC215; }
a { background-color: rgb(171,194,21); }
div.DivClassName
{
background-color: #ABC215;
}
.BgClassName
{
background-color: #ABC215;
}
</style>
border-color css
<style>
span { border-color: #ABC215; }
span { border-color: rgb(171,194,21); }
td.TdClassName
{
border-color: #ABC215;
}
.TagClassName
{
border-color: #ABC215;
}
</style>