Shades of Bahia #A3CE20
Tints of Bahia #A3CE20
RGB
CMYK
RGB Variations
Color information
#A3CE20 (or 0xA3CE20) is known color: Bahia. HEX triplet: A3, CE and 20. RGB value is (163,206,32). Sum of RGB (Red+Green+Blue) = 163+206+32=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 206 (80.86% from 255 or 51.37% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 206 - color contains mainly: green. Hex color #A3CE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CE20 is #5C31DF. Grayscale: #ADADAD. Windows color (decimal): -6042080 or 2150051. OLE color: 2150051.
HSL color Cylindrical-coordinate representation of color #A3CE20: hue angle of 74.83º 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 #A3CE20 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 206 | 32 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.19 |
| HSL | 74.83º | 0.73% | 0.47% | - |
| HSV(B) | 74.83º | 0.84% | 0.81% | - |
| XYZ | 37.44 | 52.03 | 9.44 | - |
| YUV | 173.31 | 48.25 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 206 | 32 | 0.21 | 0 | 0.84 | 0.19 | 74.83 | 0.73 | 0.47 |
| Hex | A3 | CE | 20 | 15 | 0 | 54 | 13 | 4B | 49 | 2F |
| Octal | 243 | 316 | 40 | 25 | 0 | 124 | 23 | 113 | 111 | 57 |
| Binary | 10100011 | 11001110 | 100000 | 10101 | 0 | 1010100 | 10011 | 1001011 | 1001001 | 101111 |
Color Harmonies of #A3CE20
Complementary color
Monochromatic Colors of #A3CE20
Black with #A3CE20
Text Example
Text Example
White with #A3CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CE20; }
p { color: rgb(163,206,32); }
H1.HeaderClassName
{
color: #A3CE20;
}
.AnyTagClassName
{
color: #A3CE20;
}
</style>
background-color css
<style>
a { background-color: #A3CE20; }
a { background-color: rgb(163,206,32); }
div.DivClassName
{
background-color: #A3CE20;
}
.BgClassName
{
background-color: #A3CE20;
}
</style>
border-color css
<style>
span { border-color: #A3CE20; }
span { border-color: rgb(163,206,32); }
td.TdClassName
{
border-color: #A3CE20;
}
.TagClassName
{
border-color: #A3CE20;
}
</style>