Shades of Bahia #ABCC10
Tints of Bahia #ABCC10
RGB
CMYK
RGB Variations
Color information
#ABCC10 (or 0xABCC10) is known color: Bahia. HEX triplet: AB, CC and 10. RGB value is (171,204,16). Sum of RGB (Red+Green+Blue) = 171+204+16=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 16 (6.64% from 255 or 4.09% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC10 is #5433EF. Grayscale: #ADADAD. Windows color (decimal): -5518320 or 1100971. OLE color: 1100971.
HSL color Cylindrical-coordinate representation of color #ABCC10: hue angle of 70.53º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABCC10 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 16 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.2 |
| HSL | 70.53º | 0.85% | 0.43% | - |
| HSV(B) | 70.53º | 0.92% | 0.8% | - |
| XYZ | 38.48 | 51.88 | 8.48 | - |
| YUV | 172.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 16 | 0.16 | 0 | 0.92 | 0.2 | 70.53 | 0.85 | 0.43 |
| Hex | AB | CC | 10 | 10 | 0 | 5C | 14 | 47 | 55 | 2B |
| Octal | 253 | 314 | 20 | 20 | 0 | 134 | 24 | 107 | 125 | 53 |
| Binary | 10101011 | 11001100 | 10000 | 10000 | 0 | 1011100 | 10100 | 1000111 | 1010101 | 101011 |
Color Harmonies of #ABCC10
Complementary color
Monochromatic Colors of #ABCC10
Black with #ABCC10
Text Example
Text Example
White with #ABCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC10; }
p { color: rgb(171,204,16); }
H1.HeaderClassName
{
color: #ABCC10;
}
.AnyTagClassName
{
color: #ABCC10;
}
</style>
background-color css
<style>
a { background-color: #ABCC10; }
a { background-color: rgb(171,204,16); }
div.DivClassName
{
background-color: #ABCC10;
}
.BgClassName
{
background-color: #ABCC10;
}
</style>
border-color css
<style>
span { border-color: #ABCC10; }
span { border-color: rgb(171,204,16); }
td.TdClassName
{
border-color: #ABCC10;
}
.TagClassName
{
border-color: #ABCC10;
}
</style>