Shades of Bahia #ABC815
Tints of Bahia #ABC815
RGB
CMYK
RGB Variations
Color information
#ABC815 (or 0xABC815) is known color: Bahia. HEX triplet: AB, C8 and 15. RGB value is (171,200,21). Sum of RGB (Red+Green+Blue) = 171+200+21=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC815 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC815 is #5437EA. Grayscale: #ABABAB. Windows color (decimal): -5519339 or 1427627. OLE color: 1427627.
HSL color Cylindrical-coordinate representation of color #ABC815: hue angle of 69.72º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABC815 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.22 |
| HSL | 69.72º | 0.81% | 0.43% | - |
| HSV(B) | 69.72º | 0.9% | 0.78% | - |
| XYZ | 37.58 | 50.02 | 8.38 | - |
| YUV | 170.92 | 43.39 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 21 | 0.14 | 0 | 0.90 | 0.22 | 69.72 | 0.81 | 0.43 |
| Hex | AB | C8 | 15 | E | 0 | 5A | 16 | 46 | 51 | 2B |
| Octal | 253 | 310 | 25 | 16 | 0 | 132 | 26 | 106 | 121 | 53 |
| Binary | 10101011 | 11001000 | 10101 | 1110 | 0 | 1011010 | 10110 | 1000110 | 1010001 | 101011 |
Color Harmonies of #ABC815
Complementary color
Monochromatic Colors of #ABC815
Black with #ABC815
Text Example
Text Example
White with #ABC815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC815; }
p { color: rgb(171,200,21); }
H1.HeaderClassName
{
color: #ABC815;
}
.AnyTagClassName
{
color: #ABC815;
}
</style>
background-color css
<style>
a { background-color: #ABC815; }
a { background-color: rgb(171,200,21); }
div.DivClassName
{
background-color: #ABC815;
}
.BgClassName
{
background-color: #ABC815;
}
</style>
border-color css
<style>
span { border-color: #ABC815; }
span { border-color: rgb(171,200,21); }
td.TdClassName
{
border-color: #ABC815;
}
.TagClassName
{
border-color: #ABC815;
}
</style>