Shades of Bahia #A6BE30
Tints of Bahia #A6BE30
RGB
CMYK
RGB Variations
Color information
#A6BE30 (or 0xA6BE30) is known color: Bahia. HEX triplet: A6, BE and 30. RGB value is (166,190,48). Sum of RGB (Red+Green+Blue) = 166+190+48=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BE30 is #5941CF. Grayscale: #A7A7A7. Windows color (decimal): -5849552 or 3194534. OLE color: 3194534.
HSL color Cylindrical-coordinate representation of color #A6BE30: hue angle of 70.14º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6BE30 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 48 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.25 |
| HSL | 70.14º | 0.6% | 0.47% | - |
| HSV(B) | 70.14º | 0.75% | 0.75% | - |
| XYZ | 34.67 | 45.15 | 9.68 | - |
| YUV | 166.64 | 61.05 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 48 | 0.13 | 0 | 0.75 | 0.25 | 70.14 | 0.6 | 0.47 |
| Hex | A6 | BE | 30 | D | 0 | 4B | 19 | 46 | 3C | 2F |
| Octal | 246 | 276 | 60 | 15 | 0 | 113 | 31 | 106 | 74 | 57 |
| Binary | 10100110 | 10111110 | 110000 | 1101 | 0 | 1001011 | 11001 | 1000110 | 111100 | 101111 |
Color Harmonies of #A6BE30
Complementary color
Monochromatic Colors of #A6BE30
Black with #A6BE30
Text Example
Text Example
White with #A6BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE30; }
p { color: rgb(166,190,48); }
H1.HeaderClassName
{
color: #A6BE30;
}
.AnyTagClassName
{
color: #A6BE30;
}
</style>
background-color css
<style>
a { background-color: #A6BE30; }
a { background-color: rgb(166,190,48); }
div.DivClassName
{
background-color: #A6BE30;
}
.BgClassName
{
background-color: #A6BE30;
}
</style>
border-color css
<style>
span { border-color: #A6BE30; }
span { border-color: rgb(166,190,48); }
td.TdClassName
{
border-color: #A6BE30;
}
.TagClassName
{
border-color: #A6BE30;
}
</style>