Shades of Bahia #ABC620
Tints of Bahia #ABC620
RGB
CMYK
RGB Variations
Color information
#ABC620 (or 0xABC620) is known color: Bahia. HEX triplet: AB, C6 and 20. RGB value is (171,198,32). Sum of RGB (Red+Green+Blue) = 171+198+32=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC620 is #5439DF. Grayscale: #ABABAB. Windows color (decimal): -5519840 or 2148011. OLE color: 2148011.
HSL color Cylindrical-coordinate representation of color #ABC620: hue angle of 69.76º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABC620 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 32 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.22 |
| HSL | 69.76º | 0.72% | 0.45% | - |
| HSV(B) | 69.76º | 0.84% | 0.78% | - |
| XYZ | 37.25 | 49.15 | 8.89 | - |
| YUV | 171 | 49.55 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 32 | 0.14 | 0 | 0.84 | 0.22 | 69.76 | 0.72 | 0.45 |
| Hex | AB | C6 | 20 | E | 0 | 54 | 16 | 46 | 48 | 2D |
| Octal | 253 | 306 | 40 | 16 | 0 | 124 | 26 | 106 | 110 | 55 |
| Binary | 10101011 | 11000110 | 100000 | 1110 | 0 | 1010100 | 10110 | 1000110 | 1001000 | 101101 |
Color Harmonies of #ABC620
Complementary color
Monochromatic Colors of #ABC620
Black with #ABC620
Text Example
Text Example
White with #ABC620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC620; }
p { color: rgb(171,198,32); }
H1.HeaderClassName
{
color: #ABC620;
}
.AnyTagClassName
{
color: #ABC620;
}
</style>
background-color css
<style>
a { background-color: #ABC620; }
a { background-color: rgb(171,198,32); }
div.DivClassName
{
background-color: #ABC620;
}
.BgClassName
{
background-color: #ABC620;
}
</style>
border-color css
<style>
span { border-color: #ABC620; }
span { border-color: rgb(171,198,32); }
td.TdClassName
{
border-color: #ABC620;
}
.TagClassName
{
border-color: #ABC620;
}
</style>