Shades of Bahia #A3C90D
Tints of Bahia #A3C90D
RGB
CMYK
RGB Variations
Color information
#A3C90D (or 0xA3C90D) is known color: Bahia. HEX triplet: A3, C9 and 0D. RGB value is (163,201,13). Sum of RGB (Red+Green+Blue) = 163+201+13=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 201 (78.91% from 255 or 53.32% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C90D is #5C36F2. Grayscale: #A8A8A8. Windows color (decimal): -6043379 or 903587. OLE color: 903587.
HSL color Cylindrical-coordinate representation of color #A3C90D: hue angle of 72.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A3C90D is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 13 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.21 |
| HSL | 72.13º | 0.88% | 0.42% | - |
| HSV(B) | 72.13º | 0.94% | 0.79% | - |
| XYZ | 36.06 | 49.59 | 8.05 | - |
| YUV | 168.21 | 40.41 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 13 | 0.19 | 0 | 0.94 | 0.21 | 72.13 | 0.88 | 0.42 |
| Hex | A3 | C9 | D | 13 | 0 | 5E | 15 | 48 | 58 | 2A |
| Octal | 243 | 311 | 15 | 23 | 0 | 136 | 25 | 110 | 130 | 52 |
| Binary | 10100011 | 11001001 | 1101 | 10011 | 0 | 1011110 | 10101 | 1001000 | 1011000 | 101010 |
Color Harmonies of #A3C90D
Complementary color
Monochromatic Colors of #A3C90D
Black with #A3C90D
Text Example
Text Example
White with #A3C90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C90D; }
p { color: rgb(163,201,13); }
H1.HeaderClassName
{
color: #A3C90D;
}
.AnyTagClassName
{
color: #A3C90D;
}
</style>
background-color css
<style>
a { background-color: #A3C90D; }
a { background-color: rgb(163,201,13); }
div.DivClassName
{
background-color: #A3C90D;
}
.BgClassName
{
background-color: #A3C90D;
}
</style>
border-color css
<style>
span { border-color: #A3C90D; }
span { border-color: rgb(163,201,13); }
td.TdClassName
{
border-color: #A3C90D;
}
.TagClassName
{
border-color: #A3C90D;
}
</style>