Shades of Bahia #ABC920
Tints of Bahia #ABC920
RGB
CMYK
RGB Variations
Color information
#ABC920 (or 0xABC920) is known color: Bahia. HEX triplet: AB, C9 and 20. RGB value is (171,201,32). Sum of RGB (Red+Green+Blue) = 171+201+32=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 201 (78.91% from 255 or 49.75% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC920 is #5436DF. Grayscale: #ADADAD. Windows color (decimal): -5519072 or 2148779. OLE color: 2148779.
HSL color Cylindrical-coordinate representation of color #ABC920: hue angle of 70.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABC920 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 32 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.21 |
| HSL | 70.65º | 0.73% | 0.46% | - |
| HSV(B) | 70.65º | 0.84% | 0.79% | - |
| XYZ | 37.94 | 50.54 | 9.12 | - |
| YUV | 172.76 | 48.56 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 32 | 0.15 | 0 | 0.84 | 0.21 | 70.65 | 0.73 | 0.46 |
| Hex | AB | C9 | 20 | F | 0 | 54 | 15 | 47 | 49 | 2E |
| Octal | 253 | 311 | 40 | 17 | 0 | 124 | 25 | 107 | 111 | 56 |
| Binary | 10101011 | 11001001 | 100000 | 1111 | 0 | 1010100 | 10101 | 1000111 | 1001001 | 101110 |
Color Harmonies of #ABC920
Complementary color
Monochromatic Colors of #ABC920
Black with #ABC920
Text Example
Text Example
White with #ABC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC920; }
p { color: rgb(171,201,32); }
H1.HeaderClassName
{
color: #ABC920;
}
.AnyTagClassName
{
color: #ABC920;
}
</style>
background-color css
<style>
a { background-color: #ABC920; }
a { background-color: rgb(171,201,32); }
div.DivClassName
{
background-color: #ABC920;
}
.BgClassName
{
background-color: #ABC920;
}
</style>
border-color css
<style>
span { border-color: #ABC920; }
span { border-color: rgb(171,201,32); }
td.TdClassName
{
border-color: #ABC920;
}
.TagClassName
{
border-color: #ABC920;
}
</style>