Shades of Bahia #A3C91C
Tints of Bahia #A3C91C
RGB
CMYK
RGB Variations
Color information
#A3C91C (or 0xA3C91C) is known color: Bahia. HEX triplet: A3, C9 and 1C. RGB value is (163,201,28). Sum of RGB (Red+Green+Blue) = 163+201+28=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #A3C91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C91C is #5C36E3. Grayscale: #AAAAAA. Windows color (decimal): -6043364 or 1886627. OLE color: 1886627.
HSL color Cylindrical-coordinate representation of color #A3C91C: hue angle of 73.18º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A3C91C is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 201 | 28 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.21 |
| HSL | 73.18º | 0.76% | 0.45% | - |
| HSV(B) | 73.18º | 0.86% | 0.79% | - |
| XYZ | 36.2 | 49.64 | 8.77 | - |
| YUV | 169.92 | 47.91 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 201 | 28 | 0.19 | 0 | 0.86 | 0.21 | 73.18 | 0.76 | 0.45 |
| Hex | A3 | C9 | 1C | 13 | 0 | 56 | 15 | 49 | 4C | 2D |
| Octal | 243 | 311 | 34 | 23 | 0 | 126 | 25 | 111 | 114 | 55 |
| Binary | 10100011 | 11001001 | 11100 | 10011 | 0 | 1010110 | 10101 | 1001001 | 1001100 | 101101 |
Color Harmonies of #A3C91C
Complementary color
Monochromatic Colors of #A3C91C
Black with #A3C91C
Text Example
Text Example
White with #A3C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C91C; }
p { color: rgb(163,201,28); }
H1.HeaderClassName
{
color: #A3C91C;
}
.AnyTagClassName
{
color: #A3C91C;
}
</style>
background-color css
<style>
a { background-color: #A3C91C; }
a { background-color: rgb(163,201,28); }
div.DivClassName
{
background-color: #A3C91C;
}
.BgClassName
{
background-color: #A3C91C;
}
</style>
border-color css
<style>
span { border-color: #A3C91C; }
span { border-color: rgb(163,201,28); }
td.TdClassName
{
border-color: #A3C91C;
}
.TagClassName
{
border-color: #A3C91C;
}
</style>