Shades of Bahia #ABC50C
Tints of Bahia #ABC50C
RGB
CMYK
RGB Variations
Color information
#ABC50C (or 0xABC50C) is known color: Bahia. HEX triplet: AB, C5 and 0C. RGB value is (171,197,12). Sum of RGB (Red+Green+Blue) = 171+197+12=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC50C is #543AF3. Grayscale: #A8A8A8. Windows color (decimal): -5520116 or 837035. OLE color: 837035.
HSL color Cylindrical-coordinate representation of color #ABC50C: hue angle of 68.43º degrees, saturation: 0.89, 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 #ABC50C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 12 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.23 |
| HSL | 68.43º | 0.89% | 0.41% | - |
| HSV(B) | 68.43º | 0.94% | 0.77% | - |
| XYZ | 36.83 | 48.62 | 7.79 | - |
| YUV | 168.14 | 39.89 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 12 | 0.13 | 0 | 0.94 | 0.23 | 68.43 | 0.89 | 0.41 |
| Hex | AB | C5 | C | D | 0 | 5E | 17 | 44 | 59 | 29 |
| Octal | 253 | 305 | 14 | 15 | 0 | 136 | 27 | 104 | 131 | 51 |
| Binary | 10101011 | 11000101 | 1100 | 1101 | 0 | 1011110 | 10111 | 1000100 | 1011001 | 101001 |
Color Harmonies of #ABC50C
Complementary color
Monochromatic Colors of #ABC50C
Black with #ABC50C
Text Example
Text Example
White with #ABC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC50C; }
p { color: rgb(171,197,12); }
H1.HeaderClassName
{
color: #ABC50C;
}
.AnyTagClassName
{
color: #ABC50C;
}
</style>
background-color css
<style>
a { background-color: #ABC50C; }
a { background-color: rgb(171,197,12); }
div.DivClassName
{
background-color: #ABC50C;
}
.BgClassName
{
background-color: #ABC50C;
}
</style>
border-color css
<style>
span { border-color: #ABC50C; }
span { border-color: rgb(171,197,12); }
td.TdClassName
{
border-color: #ABC50C;
}
.TagClassName
{
border-color: #ABC50C;
}
</style>