Shades of Bahia #ABC420
Tints of Bahia #ABC420
RGB
CMYK
RGB Variations
Color information
#ABC420 (or 0xABC420) is known color: Bahia. HEX triplet: AB, C4 and 20. RGB value is (171,196,32). Sum of RGB (Red+Green+Blue) = 171+196+32=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC420 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC420 is #543BDF. Grayscale: #AAAAAA. Windows color (decimal): -5520352 or 2147499. OLE color: 2147499.
HSL color Cylindrical-coordinate representation of color #ABC420: hue angle of 69.15º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABC420 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 32 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.23 |
| HSL | 69.15º | 0.72% | 0.45% | - |
| HSV(B) | 69.15º | 0.84% | 0.77% | - |
| XYZ | 36.8 | 48.24 | 8.74 | - |
| YUV | 169.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 32 | 0.13 | 0 | 0.84 | 0.23 | 69.15 | 0.72 | 0.45 |
| Hex | AB | C4 | 20 | D | 0 | 54 | 17 | 45 | 48 | 2D |
| Octal | 253 | 304 | 40 | 15 | 0 | 124 | 27 | 105 | 110 | 55 |
| Binary | 10101011 | 11000100 | 100000 | 1101 | 0 | 1010100 | 10111 | 1000101 | 1001000 | 101101 |
Color Harmonies of #ABC420
Complementary color
Monochromatic Colors of #ABC420
Black with #ABC420
Text Example
Text Example
White with #ABC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC420; }
p { color: rgb(171,196,32); }
H1.HeaderClassName
{
color: #ABC420;
}
.AnyTagClassName
{
color: #ABC420;
}
</style>
background-color css
<style>
a { background-color: #ABC420; }
a { background-color: rgb(171,196,32); }
div.DivClassName
{
background-color: #ABC420;
}
.BgClassName
{
background-color: #ABC420;
}
</style>
border-color css
<style>
span { border-color: #ABC420; }
span { border-color: rgb(171,196,32); }
td.TdClassName
{
border-color: #ABC420;
}
.TagClassName
{
border-color: #ABC420;
}
</style>