Shades of Bahia #A0C91B
Tints of Bahia #A0C91B
RGB
CMYK
RGB Variations
Color information
#A0C91B (or 0xA0C91B) is known color: Bahia. HEX triplet: A0, C9 and 1B. RGB value is (160,201,27). Sum of RGB (Red+Green+Blue) = 160+201+27=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C91B is #5F36E4. Grayscale: #A9A9A9. Windows color (decimal): -6239973 or 1821088. OLE color: 1821088.
HSL color Cylindrical-coordinate representation of color #A0C91B: hue angle of 74.14º 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 #A0C91B is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 27 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.21 |
| HSL | 74.14º | 0.76% | 0.45% | - |
| HSV(B) | 74.14º | 0.87% | 0.79% | - |
| XYZ | 35.58 | 49.33 | 8.68 | - |
| YUV | 168.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 27 | 0.20 | 0 | 0.87 | 0.21 | 74.14 | 0.76 | 0.45 |
| Hex | A0 | C9 | 1B | 14 | 0 | 57 | 15 | 4A | 4C | 2D |
| Octal | 240 | 311 | 33 | 24 | 0 | 127 | 25 | 112 | 114 | 55 |
| Binary | 10100000 | 11001001 | 11011 | 10100 | 0 | 1010111 | 10101 | 1001010 | 1001100 | 101101 |
Color Harmonies of #A0C91B
Complementary color
Monochromatic Colors of #A0C91B
Black with #A0C91B
Text Example
Text Example
White with #A0C91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C91B; }
p { color: rgb(160,201,27); }
H1.HeaderClassName
{
color: #A0C91B;
}
.AnyTagClassName
{
color: #A0C91B;
}
</style>
background-color css
<style>
a { background-color: #A0C91B; }
a { background-color: rgb(160,201,27); }
div.DivClassName
{
background-color: #A0C91B;
}
.BgClassName
{
background-color: #A0C91B;
}
</style>
border-color css
<style>
span { border-color: #A0C91B; }
span { border-color: rgb(160,201,27); }
td.TdClassName
{
border-color: #A0C91B;
}
.TagClassName
{
border-color: #A0C91B;
}
</style>