Shades of Bahia #ABCC11
Tints of Bahia #ABCC11
RGB
CMYK
RGB Variations
Color information
#ABCC11 (or 0xABCC11) is known color: Bahia. HEX triplet: AB, CC and 11. RGB value is (171,204,17). Sum of RGB (Red+Green+Blue) = 171+204+17=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC11 is #5433EE. Grayscale: #ADADAD. Windows color (decimal): -5518319 or 1166507. OLE color: 1166507.
HSL color Cylindrical-coordinate representation of color #ABCC11: hue angle of 70.59º 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 #ABCC11 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 17 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.2 |
| HSL | 70.59º | 0.85% | 0.43% | - |
| HSV(B) | 70.59º | 0.92% | 0.8% | - |
| XYZ | 38.49 | 51.88 | 8.52 | - |
| YUV | 172.82 | 40.07 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 17 | 0.16 | 0 | 0.92 | 0.2 | 70.59 | 0.85 | 0.43 |
| Hex | AB | CC | 11 | 10 | 0 | 5C | 14 | 47 | 55 | 2B |
| Octal | 253 | 314 | 21 | 20 | 0 | 134 | 24 | 107 | 125 | 53 |
| Binary | 10101011 | 11001100 | 10001 | 10000 | 0 | 1011100 | 10100 | 1000111 | 1010101 | 101011 |
Color Harmonies of #ABCC11
Complementary color
Monochromatic Colors of #ABCC11
Black with #ABCC11
Text Example
Text Example
White with #ABCC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC11; }
p { color: rgb(171,204,17); }
H1.HeaderClassName
{
color: #ABCC11;
}
.AnyTagClassName
{
color: #ABCC11;
}
</style>
background-color css
<style>
a { background-color: #ABCC11; }
a { background-color: rgb(171,204,17); }
div.DivClassName
{
background-color: #ABCC11;
}
.BgClassName
{
background-color: #ABCC11;
}
</style>
border-color css
<style>
span { border-color: #ABCC11; }
span { border-color: rgb(171,204,17); }
td.TdClassName
{
border-color: #ABCC11;
}
.TagClassName
{
border-color: #ABCC11;
}
</style>