Shades of Bahia #ABC515
Tints of Bahia #ABC515
RGB
CMYK
RGB Variations
Color information
#ABC515 (or 0xABC515) is known color: Bahia. HEX triplet: AB, C5 and 15. RGB value is (171,197,21). Sum of RGB (Red+Green+Blue) = 171+197+21=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC515 is #543AEA. Grayscale: #A9A9A9. Windows color (decimal): -5520107 or 1426859. OLE color: 1426859.
HSL color Cylindrical-coordinate representation of color #ABC515: hue angle of 68.86º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABC515 is Cyan = 0.13, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 21 | - |
| CMYK | 0.13 | 0 | 0.89 | 0.23 |
| HSL | 68.86º | 0.81% | 0.43% | - |
| HSV(B) | 68.86º | 0.89% | 0.77% | - |
| XYZ | 36.9 | 48.64 | 8.15 | - |
| YUV | 169.16 | 44.39 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 21 | 0.13 | 0 | 0.89 | 0.23 | 68.86 | 0.81 | 0.43 |
| Hex | AB | C5 | 15 | D | 0 | 59 | 17 | 45 | 51 | 2B |
| Octal | 253 | 305 | 25 | 15 | 0 | 131 | 27 | 105 | 121 | 53 |
| Binary | 10101011 | 11000101 | 10101 | 1101 | 0 | 1011001 | 10111 | 1000101 | 1010001 | 101011 |
Color Harmonies of #ABC515
Complementary color
Monochromatic Colors of #ABC515
Black with #ABC515
Text Example
Text Example
White with #ABC515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC515; }
p { color: rgb(171,197,21); }
H1.HeaderClassName
{
color: #ABC515;
}
.AnyTagClassName
{
color: #ABC515;
}
</style>
background-color css
<style>
a { background-color: #ABC515; }
a { background-color: rgb(171,197,21); }
div.DivClassName
{
background-color: #ABC515;
}
.BgClassName
{
background-color: #ABC515;
}
</style>
border-color css
<style>
span { border-color: #ABC515; }
span { border-color: rgb(171,197,21); }
td.TdClassName
{
border-color: #ABC515;
}
.TagClassName
{
border-color: #ABC515;
}
</style>