Shades of Bahia #ABC32C
Tints of Bahia #ABC32C
RGB
CMYK
RGB Variations
Color information
#ABC32C (or 0xABC32C) is known color: Bahia. HEX triplet: AB, C3 and 2C. RGB value is (171,195,44). Sum of RGB (Red+Green+Blue) = 171+195+44=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC32C is #543CD3. Grayscale: #ABABAB. Windows color (decimal): -5520596 or 2933675. OLE color: 2933675.
HSL color Cylindrical-coordinate representation of color #ABC32C: hue angle of 69.54º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABC32C is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 44 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.24 |
| HSL | 69.54º | 0.63% | 0.47% | - |
| HSV(B) | 69.54º | 0.77% | 0.76% | - |
| XYZ | 36.76 | 47.87 | 9.69 | - |
| YUV | 170.61 | 56.55 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 44 | 0.12 | 0 | 0.77 | 0.24 | 69.54 | 0.63 | 0.47 |
| Hex | AB | C3 | 2C | C | 0 | 4D | 18 | 46 | 3F | 2F |
| Octal | 253 | 303 | 54 | 14 | 0 | 115 | 30 | 106 | 77 | 57 |
| Binary | 10101011 | 11000011 | 101100 | 1100 | 0 | 1001101 | 11000 | 1000110 | 111111 | 101111 |
Color Harmonies of #ABC32C
Complementary color
Monochromatic Colors of #ABC32C
Black with #ABC32C
Text Example
Text Example
White with #ABC32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC32C; }
p { color: rgb(171,195,44); }
H1.HeaderClassName
{
color: #ABC32C;
}
.AnyTagClassName
{
color: #ABC32C;
}
</style>
background-color css
<style>
a { background-color: #ABC32C; }
a { background-color: rgb(171,195,44); }
div.DivClassName
{
background-color: #ABC32C;
}
.BgClassName
{
background-color: #ABC32C;
}
</style>
border-color css
<style>
span { border-color: #ABC32C; }
span { border-color: rgb(171,195,44); }
td.TdClassName
{
border-color: #ABC32C;
}
.TagClassName
{
border-color: #ABC32C;
}
</style>