Shades of Bahia #A3CA20
Tints of Bahia #A3CA20
RGB
CMYK
RGB Variations
Color information
#A3CA20 (or 0xA3CA20) is known color: Bahia. HEX triplet: A3, CA and 20. RGB value is (163,202,32). Sum of RGB (Red+Green+Blue) = 163+202+32=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #A3CA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CA20 is #5C35DF. Grayscale: #ABABAB. Windows color (decimal): -6043104 or 2149027. OLE color: 2149027.
HSL color Cylindrical-coordinate representation of color #A3CA20: hue angle of 73.76º 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 #A3CA20 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 202 | 32 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.21 |
| HSL | 73.76º | 0.73% | 0.46% | - |
| HSV(B) | 73.76º | 0.84% | 0.79% | - |
| XYZ | 36.49 | 50.13 | 9.12 | - |
| YUV | 170.96 | 49.58 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 202 | 32 | 0.19 | 0 | 0.84 | 0.21 | 73.76 | 0.73 | 0.46 |
| Hex | A3 | CA | 20 | 13 | 0 | 54 | 15 | 4A | 49 | 2E |
| Octal | 243 | 312 | 40 | 23 | 0 | 124 | 25 | 112 | 111 | 56 |
| Binary | 10100011 | 11001010 | 100000 | 10011 | 0 | 1010100 | 10101 | 1001010 | 1001001 | 101110 |
Color Harmonies of #A3CA20
Complementary color
Monochromatic Colors of #A3CA20
Black with #A3CA20
Text Example
Text Example
White with #A3CA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CA20; }
p { color: rgb(163,202,32); }
H1.HeaderClassName
{
color: #A3CA20;
}
.AnyTagClassName
{
color: #A3CA20;
}
</style>
background-color css
<style>
a { background-color: #A3CA20; }
a { background-color: rgb(163,202,32); }
div.DivClassName
{
background-color: #A3CA20;
}
.BgClassName
{
background-color: #A3CA20;
}
</style>
border-color css
<style>
span { border-color: #A3CA20; }
span { border-color: rgb(163,202,32); }
td.TdClassName
{
border-color: #A3CA20;
}
.TagClassName
{
border-color: #A3CA20;
}
</style>