Shades of Bahia #ABCC12
Tints of Bahia #ABCC12
RGB
CMYK
RGB Variations
Color information
#ABCC12 (or 0xABCC12) is known color: Bahia. HEX triplet: AB, CC and 12. RGB value is (171,204,18). Sum of RGB (Red+Green+Blue) = 171+204+18=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC12 is #5433ED. Grayscale: #ADADAD. Windows color (decimal): -5518318 or 1232043. OLE color: 1232043.
HSL color Cylindrical-coordinate representation of color #ABCC12: hue angle of 70.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABCC12 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 18 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.2 |
| HSL | 70.65º | 0.84% | 0.44% | - |
| HSV(B) | 70.65º | 0.91% | 0.8% | - |
| XYZ | 38.5 | 51.89 | 8.56 | - |
| YUV | 172.93 | 40.57 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 18 | 0.16 | 0 | 0.91 | 0.2 | 70.65 | 0.84 | 0.44 |
| Hex | AB | CC | 12 | 10 | 0 | 5B | 14 | 47 | 54 | 2C |
| Octal | 253 | 314 | 22 | 20 | 0 | 133 | 24 | 107 | 124 | 54 |
| Binary | 10101011 | 11001100 | 10010 | 10000 | 0 | 1011011 | 10100 | 1000111 | 1010100 | 101100 |
Color Harmonies of #ABCC12
Complementary color
Monochromatic Colors of #ABCC12
Black with #ABCC12
Text Example
Text Example
White with #ABCC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC12; }
p { color: rgb(171,204,18); }
H1.HeaderClassName
{
color: #ABCC12;
}
.AnyTagClassName
{
color: #ABCC12;
}
</style>
background-color css
<style>
a { background-color: #ABCC12; }
a { background-color: rgb(171,204,18); }
div.DivClassName
{
background-color: #ABCC12;
}
.BgClassName
{
background-color: #ABCC12;
}
</style>
border-color css
<style>
span { border-color: #ABCC12; }
span { border-color: rgb(171,204,18); }
td.TdClassName
{
border-color: #ABCC12;
}
.TagClassName
{
border-color: #ABCC12;
}
</style>