Shades of Bahia #ABC52C
Tints of Bahia #ABC52C
RGB
CMYK
RGB Variations
Color information
#ABC52C (or 0xABC52C) is known color: Bahia. HEX triplet: AB, C5 and 2C. RGB value is (171,197,44). Sum of RGB (Red+Green+Blue) = 171+197+44=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC52C is #543AD3. Grayscale: #ACACAC. Windows color (decimal): -5520084 or 2934187. OLE color: 2934187.
HSL color Cylindrical-coordinate representation of color #ABC52C: hue angle of 70.2º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC52C is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 44 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.23 |
| HSL | 70.2º | 0.63% | 0.47% | - |
| HSV(B) | 70.2º | 0.78% | 0.77% | - |
| XYZ | 37.22 | 48.77 | 9.84 | - |
| YUV | 171.78 | 55.89 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 44 | 0.13 | 0 | 0.78 | 0.23 | 70.2 | 0.63 | 0.47 |
| Hex | AB | C5 | 2C | D | 0 | 4E | 17 | 46 | 3F | 2F |
| Octal | 253 | 305 | 54 | 15 | 0 | 116 | 27 | 106 | 77 | 57 |
| Binary | 10101011 | 11000101 | 101100 | 1101 | 0 | 1001110 | 10111 | 1000110 | 111111 | 101111 |
Color Harmonies of #ABC52C
Complementary color
Monochromatic Colors of #ABC52C
Black with #ABC52C
Text Example
Text Example
White with #ABC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC52C; }
p { color: rgb(171,197,44); }
H1.HeaderClassName
{
color: #ABC52C;
}
.AnyTagClassName
{
color: #ABC52C;
}
</style>
background-color css
<style>
a { background-color: #ABC52C; }
a { background-color: rgb(171,197,44); }
div.DivClassName
{
background-color: #ABC52C;
}
.BgClassName
{
background-color: #ABC52C;
}
</style>
border-color css
<style>
span { border-color: #ABC52C; }
span { border-color: rgb(171,197,44); }
td.TdClassName
{
border-color: #ABC52C;
}
.TagClassName
{
border-color: #ABC52C;
}
</style>