Shades of Bahia #ABCC0C
Tints of Bahia #ABCC0C
RGB
CMYK
RGB Variations
Color information
#ABCC0C (or 0xABCC0C) is known color: Bahia. HEX triplet: AB, CC and 0C. RGB value is (171,204,12). Sum of RGB (Red+Green+Blue) = 171+204+12=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCC0C is #5433F3. Grayscale: #ACACAC. Windows color (decimal): -5518324 or 838827. OLE color: 838827.
HSL color Cylindrical-coordinate representation of color #ABCC0C: hue angle of 70.31º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABCC0C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 12 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.2 |
| HSL | 70.31º | 0.89% | 0.42% | - |
| HSV(B) | 70.31º | 0.94% | 0.8% | - |
| XYZ | 38.45 | 51.87 | 8.33 | - |
| YUV | 172.25 | 37.57 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 12 | 0.16 | 0 | 0.94 | 0.2 | 70.31 | 0.89 | 0.42 |
| Hex | AB | CC | C | 10 | 0 | 5E | 14 | 46 | 59 | 2A |
| Octal | 253 | 314 | 14 | 20 | 0 | 136 | 24 | 106 | 131 | 52 |
| Binary | 10101011 | 11001100 | 1100 | 10000 | 0 | 1011110 | 10100 | 1000110 | 1011001 | 101010 |
Color Harmonies of #ABCC0C
Complementary color
Monochromatic Colors of #ABCC0C
Black with #ABCC0C
Text Example
Text Example
White with #ABCC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC0C; }
p { color: rgb(171,204,12); }
H1.HeaderClassName
{
color: #ABCC0C;
}
.AnyTagClassName
{
color: #ABCC0C;
}
</style>
background-color css
<style>
a { background-color: #ABCC0C; }
a { background-color: rgb(171,204,12); }
div.DivClassName
{
background-color: #ABCC0C;
}
.BgClassName
{
background-color: #ABCC0C;
}
</style>
border-color css
<style>
span { border-color: #ABCC0C; }
span { border-color: rgb(171,204,12); }
td.TdClassName
{
border-color: #ABCC0C;
}
.TagClassName
{
border-color: #ABCC0C;
}
</style>