Shades of Bahia #A6BE21
Tints of Bahia #A6BE21
RGB
CMYK
RGB Variations
Color information
#A6BE21 (or 0xA6BE21) is known color: Bahia. HEX triplet: A6, BE and 21. RGB value is (166,190,33). Sum of RGB (Red+Green+Blue) = 166+190+33=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BE21 is #5941DE. Grayscale: #A5A5A5. Windows color (decimal): -5849567 or 2211494. OLE color: 2211494.
HSL color Cylindrical-coordinate representation of color #A6BE21: hue angle of 69.17º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6BE21 is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 190 | 33 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.25 |
| HSL | 69.17º | 0.7% | 0.44% | - |
| HSV(B) | 69.17º | 0.83% | 0.75% | - |
| XYZ | 34.41 | 45.04 | 8.32 | - |
| YUV | 164.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 190 | 33 | 0.13 | 0 | 0.83 | 0.25 | 69.17 | 0.7 | 0.44 |
| Hex | A6 | BE | 21 | D | 0 | 53 | 19 | 45 | 46 | 2C |
| Octal | 246 | 276 | 41 | 15 | 0 | 123 | 31 | 105 | 106 | 54 |
| Binary | 10100110 | 10111110 | 100001 | 1101 | 0 | 1010011 | 11001 | 1000101 | 1000110 | 101100 |
Color Harmonies of #A6BE21
Complementary color
Monochromatic Colors of #A6BE21
Black with #A6BE21
Text Example
Text Example
White with #A6BE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6BE21; }
p { color: rgb(166,190,33); }
H1.HeaderClassName
{
color: #A6BE21;
}
.AnyTagClassName
{
color: #A6BE21;
}
</style>
background-color css
<style>
a { background-color: #A6BE21; }
a { background-color: rgb(166,190,33); }
div.DivClassName
{
background-color: #A6BE21;
}
.BgClassName
{
background-color: #A6BE21;
}
</style>
border-color css
<style>
span { border-color: #A6BE21; }
span { border-color: rgb(166,190,33); }
td.TdClassName
{
border-color: #A6BE21;
}
.TagClassName
{
border-color: #A6BE21;
}
</style>