Shades of Bahia #ABCC16
Tints of Bahia #ABCC16
RGB
CMYK
RGB Variations
Color information
#ABCC16 (or 0xABCC16) is known color: Bahia. HEX triplet: AB, CC and 16. RGB value is (171,204,22). Sum of RGB (Red+Green+Blue) = 171+204+22=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC16 is #5433E9. Grayscale: #AEAEAE. Windows color (decimal): -5518314 or 1494187. OLE color: 1494187.
HSL color Cylindrical-coordinate representation of color #ABCC16: hue angle of 70.88º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ABCC16 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 22 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.2 |
| HSL | 70.88º | 0.81% | 0.44% | - |
| HSV(B) | 70.88º | 0.89% | 0.8% | - |
| XYZ | 38.53 | 51.9 | 8.75 | - |
| YUV | 173.39 | 42.57 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 22 | 0.16 | 0 | 0.89 | 0.2 | 70.88 | 0.81 | 0.44 |
| Hex | AB | CC | 16 | 10 | 0 | 59 | 14 | 47 | 51 | 2C |
| Octal | 253 | 314 | 26 | 20 | 0 | 131 | 24 | 107 | 121 | 54 |
| Binary | 10101011 | 11001100 | 10110 | 10000 | 0 | 1011001 | 10100 | 1000111 | 1010001 | 101100 |
Color Harmonies of #ABCC16
Complementary color
Monochromatic Colors of #ABCC16
Black with #ABCC16
Text Example
Text Example
White with #ABCC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC16; }
p { color: rgb(171,204,22); }
H1.HeaderClassName
{
color: #ABCC16;
}
.AnyTagClassName
{
color: #ABCC16;
}
</style>
background-color css
<style>
a { background-color: #ABCC16; }
a { background-color: rgb(171,204,22); }
div.DivClassName
{
background-color: #ABCC16;
}
.BgClassName
{
background-color: #ABCC16;
}
</style>
border-color css
<style>
span { border-color: #ABCC16; }
span { border-color: rgb(171,204,22); }
td.TdClassName
{
border-color: #ABCC16;
}
.TagClassName
{
border-color: #ABCC16;
}
</style>