Shades of Bahia #A3C91B
Tints of Bahia #A3C91B
RGB
CMYK
RGB Variations
Color information
#A3C91B (or 0xA3C91B) is known color: Bahia. HEX triplet: A3, C9 and 1B. RGB value is (163,201,27). Sum of RGB (Red+Green+Blue) = 163+201+27=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C91B is #5C36E4. Grayscale: #AAAAAA. Windows color (decimal): -6043365 or 1821091. OLE color: 1821091.
HSL color Cylindrical-coordinate representation of color #A3C91B: hue angle of 73.1º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3C91B is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 27 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.21 |
| HSL | 73.1º | 0.76% | 0.45% | - |
| HSV(B) | 73.1º | 0.87% | 0.79% | - |
| XYZ | 36.19 | 49.64 | 8.71 | - |
| YUV | 169.8 | 47.41 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 27 | 0.19 | 0 | 0.87 | 0.21 | 73.1 | 0.76 | 0.45 |
| Hex | A3 | C9 | 1B | 13 | 0 | 57 | 15 | 49 | 4C | 2D |
| Octal | 243 | 311 | 33 | 23 | 0 | 127 | 25 | 111 | 114 | 55 |
| Binary | 10100011 | 11001001 | 11011 | 10011 | 0 | 1010111 | 10101 | 1001001 | 1001100 | 101101 |
Color Harmonies of #A3C91B
Complementary color
Monochromatic Colors of #A3C91B
Black with #A3C91B
Text Example
Text Example
White with #A3C91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C91B; }
p { color: rgb(163,201,27); }
H1.HeaderClassName
{
color: #A3C91B;
}
.AnyTagClassName
{
color: #A3C91B;
}
</style>
background-color css
<style>
a { background-color: #A3C91B; }
a { background-color: rgb(163,201,27); }
div.DivClassName
{
background-color: #A3C91B;
}
.BgClassName
{
background-color: #A3C91B;
}
</style>
border-color css
<style>
span { border-color: #A3C91B; }
span { border-color: rgb(163,201,27); }
td.TdClassName
{
border-color: #A3C91B;
}
.TagClassName
{
border-color: #A3C91B;
}
</style>