Shades of Bahia #ABC82C
Tints of Bahia #ABC82C
RGB
CMYK
RGB Variations
Color information
#ABC82C (or 0xABC82C) is known color: Bahia. HEX triplet: AB, C8 and 2C. RGB value is (171,200,44). Sum of RGB (Red+Green+Blue) = 171+200+44=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC82C is #5437D3. Grayscale: #AEAEAE. Windows color (decimal): -5519316 or 2934955. OLE color: 2934955.
HSL color Cylindrical-coordinate representation of color #ABC82C: hue angle of 71.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC82C is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 44 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.22 |
| HSL | 71.15º | 0.64% | 0.48% | - |
| HSV(B) | 71.15º | 0.78% | 0.78% | - |
| XYZ | 37.9 | 50.15 | 10.06 | - |
| YUV | 173.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 44 | 0.14 | 0 | 0.78 | 0.22 | 71.15 | 0.64 | 0.48 |
| Hex | AB | C8 | 2C | E | 0 | 4E | 16 | 47 | 40 | 30 |
| Octal | 253 | 310 | 54 | 16 | 0 | 116 | 26 | 107 | 100 | 60 |
| Binary | 10101011 | 11001000 | 101100 | 1110 | 0 | 1001110 | 10110 | 1000111 | 1000000 | 110000 |
Color Harmonies of #ABC82C
Complementary color
Monochromatic Colors of #ABC82C
Black with #ABC82C
Text Example
Text Example
White with #ABC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC82C; }
p { color: rgb(171,200,44); }
H1.HeaderClassName
{
color: #ABC82C;
}
.AnyTagClassName
{
color: #ABC82C;
}
</style>
background-color css
<style>
a { background-color: #ABC82C; }
a { background-color: rgb(171,200,44); }
div.DivClassName
{
background-color: #ABC82C;
}
.BgClassName
{
background-color: #ABC82C;
}
</style>
border-color css
<style>
span { border-color: #ABC82C; }
span { border-color: rgb(171,200,44); }
td.TdClassName
{
border-color: #ABC82C;
}
.TagClassName
{
border-color: #ABC82C;
}
</style>