Shades of Bahia #ABCB15
Tints of Bahia #ABCB15
RGB
CMYK
RGB Variations
Color information
#ABCB15 (or 0xABCB15) is known color: Bahia. HEX triplet: AB, CB and 15. RGB value is (171,203,21). Sum of RGB (Red+Green+Blue) = 171+203+21=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCB15 is #5434EA. Grayscale: #ADADAD. Windows color (decimal): -5518571 or 1428395. OLE color: 1428395.
HSL color Cylindrical-coordinate representation of color #ABCB15: hue angle of 70.55º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABCB15 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 21 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.20 |
| HSL | 70.55º | 0.81% | 0.44% | - |
| HSV(B) | 70.55º | 0.9% | 0.8% | - |
| XYZ | 38.29 | 51.42 | 8.62 | - |
| YUV | 172.68 | 42.4 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 21 | 0.16 | 0 | 0.90 | 0.20 | 70.55 | 0.81 | 0.44 |
| Hex | AB | CB | 15 | 10 | 0 | 5A | 14 | 47 | 51 | 2C |
| Octal | 253 | 313 | 25 | 20 | 0 | 132 | 24 | 107 | 121 | 54 |
| Binary | 10101011 | 11001011 | 10101 | 10000 | 0 | 1011010 | 10100 | 1000111 | 1010001 | 101100 |
Color Harmonies of #ABCB15
Complementary color
Monochromatic Colors of #ABCB15
Black with #ABCB15
Text Example
Text Example
White with #ABCB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB15; }
p { color: rgb(171,203,21); }
H1.HeaderClassName
{
color: #ABCB15;
}
.AnyTagClassName
{
color: #ABCB15;
}
</style>
background-color css
<style>
a { background-color: #ABCB15; }
a { background-color: rgb(171,203,21); }
div.DivClassName
{
background-color: #ABCB15;
}
.BgClassName
{
background-color: #ABCB15;
}
</style>
border-color css
<style>
span { border-color: #ABCB15; }
span { border-color: rgb(171,203,21); }
td.TdClassName
{
border-color: #ABCB15;
}
.TagClassName
{
border-color: #ABCB15;
}
</style>