Shades of Bahia #A3C915
Tints of Bahia #A3C915
RGB
CMYK
RGB Variations
Color information
#A3C915 (or 0xA3C915) is known color: Bahia. HEX triplet: A3, C9 and 15. RGB value is (163,201,21). Sum of RGB (Red+Green+Blue) = 163+201+21=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C915 is #5C36EA. Grayscale: #A9A9A9. Windows color (decimal): -6043371 or 1427875. OLE color: 1427875.
HSL color Cylindrical-coordinate representation of color #A3C915: hue angle of 72.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3C915 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 21 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.21 |
| HSL | 72.67º | 0.81% | 0.44% | - |
| HSV(B) | 72.67º | 0.9% | 0.79% | - |
| XYZ | 36.13 | 49.61 | 8.38 | - |
| YUV | 169.12 | 44.41 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 21 | 0.19 | 0 | 0.90 | 0.21 | 72.67 | 0.81 | 0.44 |
| Hex | A3 | C9 | 15 | 13 | 0 | 5A | 15 | 49 | 51 | 2C |
| Octal | 243 | 311 | 25 | 23 | 0 | 132 | 25 | 111 | 121 | 54 |
| Binary | 10100011 | 11001001 | 10101 | 10011 | 0 | 1011010 | 10101 | 1001001 | 1010001 | 101100 |
Color Harmonies of #A3C915
Complementary color
Monochromatic Colors of #A3C915
Black with #A3C915
Text Example
Text Example
White with #A3C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C915; }
p { color: rgb(163,201,21); }
H1.HeaderClassName
{
color: #A3C915;
}
.AnyTagClassName
{
color: #A3C915;
}
</style>
background-color css
<style>
a { background-color: #A3C915; }
a { background-color: rgb(163,201,21); }
div.DivClassName
{
background-color: #A3C915;
}
.BgClassName
{
background-color: #A3C915;
}
</style>
border-color css
<style>
span { border-color: #A3C915; }
span { border-color: rgb(163,201,21); }
td.TdClassName
{
border-color: #A3C915;
}
.TagClassName
{
border-color: #A3C915;
}
</style>