Shades of Bahia #A0C31B
Tints of Bahia #A0C31B
RGB
CMYK
RGB Variations
Color information
#A0C31B (or 0xA0C31B) is known color: Bahia. HEX triplet: A0, C3 and 1B. RGB value is (160,195,27). Sum of RGB (Red+Green+Blue) = 160+195+27=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C31B is #5F3CE4. Grayscale: #A6A6A6. Windows color (decimal): -6241509 or 1819552. OLE color: 1819552.
HSL color Cylindrical-coordinate representation of color #A0C31B: hue angle of 72.5º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0C31B is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 195 | 27 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.24 |
| HSL | 72.5º | 0.76% | 0.44% | - |
| HSV(B) | 72.5º | 0.86% | 0.76% | - |
| XYZ | 34.21 | 46.58 | 8.23 | - |
| YUV | 165.38 | 49.9 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 27 | 0.18 | 0 | 0.86 | 0.24 | 72.5 | 0.76 | 0.44 |
| Hex | A0 | C3 | 1B | 12 | 0 | 56 | 18 | 48 | 4C | 2C |
| Octal | 240 | 303 | 33 | 22 | 0 | 126 | 30 | 110 | 114 | 54 |
| Binary | 10100000 | 11000011 | 11011 | 10010 | 0 | 1010110 | 11000 | 1001000 | 1001100 | 101100 |
Color Harmonies of #A0C31B
Complementary color
Monochromatic Colors of #A0C31B
Black with #A0C31B
Text Example
Text Example
White with #A0C31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C31B; }
p { color: rgb(160,195,27); }
H1.HeaderClassName
{
color: #A0C31B;
}
.AnyTagClassName
{
color: #A0C31B;
}
</style>
background-color css
<style>
a { background-color: #A0C31B; }
a { background-color: rgb(160,195,27); }
div.DivClassName
{
background-color: #A0C31B;
}
.BgClassName
{
background-color: #A0C31B;
}
</style>
border-color css
<style>
span { border-color: #A0C31B; }
span { border-color: rgb(160,195,27); }
td.TdClassName
{
border-color: #A0C31B;
}
.TagClassName
{
border-color: #A0C31B;
}
</style>