Shades of Bahia #ABCE20
Tints of Bahia #ABCE20
RGB
CMYK
RGB Variations
Color information
#ABCE20 (or 0xABCE20) is known color: Bahia. HEX triplet: AB, CE and 20. RGB value is (171,206,32). Sum of RGB (Red+Green+Blue) = 171+206+32=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCE20 is #5431DF. Grayscale: #B0B0B0. Windows color (decimal): -5517792 or 2150059. OLE color: 2150059.
HSL color Cylindrical-coordinate representation of color #ABCE20: hue angle of 72.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABCE20 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 32 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.19 |
| HSL | 72.07º | 0.73% | 0.47% | - |
| HSV(B) | 72.07º | 0.84% | 0.81% | - |
| XYZ | 39.13 | 52.9 | 9.52 | - |
| YUV | 175.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 32 | 0.17 | 0 | 0.84 | 0.19 | 72.07 | 0.73 | 0.47 |
| Hex | AB | CE | 20 | 11 | 0 | 54 | 13 | 48 | 49 | 2F |
| Octal | 253 | 316 | 40 | 21 | 0 | 124 | 23 | 110 | 111 | 57 |
| Binary | 10101011 | 11001110 | 100000 | 10001 | 0 | 1010100 | 10011 | 1001000 | 1001001 | 101111 |
Color Harmonies of #ABCE20
Complementary color
Monochromatic Colors of #ABCE20
Black with #ABCE20
Text Example
Text Example
White with #ABCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE20; }
p { color: rgb(171,206,32); }
H1.HeaderClassName
{
color: #ABCE20;
}
.AnyTagClassName
{
color: #ABCE20;
}
</style>
background-color css
<style>
a { background-color: #ABCE20; }
a { background-color: rgb(171,206,32); }
div.DivClassName
{
background-color: #ABCE20;
}
.BgClassName
{
background-color: #ABCE20;
}
</style>
border-color css
<style>
span { border-color: #ABCE20; }
span { border-color: rgb(171,206,32); }
td.TdClassName
{
border-color: #ABCE20;
}
.TagClassName
{
border-color: #ABCE20;
}
</style>