Shades of Bahia #ABC40C
Tints of Bahia #ABC40C
RGB
CMYK
RGB Variations
Color information
#ABC40C (or 0xABC40C) is known color: Bahia. HEX triplet: AB, C4 and 0C. RGB value is (171,196,12). Sum of RGB (Red+Green+Blue) = 171+196+12=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC40C is #543BF3. Grayscale: #A8A8A8. Windows color (decimal): -5520372 or 836779. OLE color: 836779.
HSL color Cylindrical-coordinate representation of color #ABC40C: hue angle of 68.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABC40C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 12 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.23 |
| HSL | 68.15º | 0.88% | 0.41% | - |
| HSV(B) | 68.15º | 0.94% | 0.77% | - |
| XYZ | 36.6 | 48.16 | 7.72 | - |
| YUV | 167.55 | 40.22 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 12 | 0.13 | 0 | 0.94 | 0.23 | 68.15 | 0.88 | 0.41 |
| Hex | AB | C4 | C | D | 0 | 5E | 17 | 44 | 58 | 29 |
| Octal | 253 | 304 | 14 | 15 | 0 | 136 | 27 | 104 | 130 | 51 |
| Binary | 10101011 | 11000100 | 1100 | 1101 | 0 | 1011110 | 10111 | 1000100 | 1011000 | 101001 |
Color Harmonies of #ABC40C
Complementary color
Monochromatic Colors of #ABC40C
Black with #ABC40C
Text Example
Text Example
White with #ABC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC40C; }
p { color: rgb(171,196,12); }
H1.HeaderClassName
{
color: #ABC40C;
}
.AnyTagClassName
{
color: #ABC40C;
}
</style>
background-color css
<style>
a { background-color: #ABC40C; }
a { background-color: rgb(171,196,12); }
div.DivClassName
{
background-color: #ABC40C;
}
.BgClassName
{
background-color: #ABC40C;
}
</style>
border-color css
<style>
span { border-color: #ABC40C; }
span { border-color: rgb(171,196,12); }
td.TdClassName
{
border-color: #ABC40C;
}
.TagClassName
{
border-color: #ABC40C;
}
</style>