Shades of Bahia #A6CC21
Tints of Bahia #A6CC21
RGB
CMYK
RGB Variations
Color information
#A6CC21 (or 0xA6CC21) is known color: Bahia. HEX triplet: A6, CC and 21. RGB value is (166,204,33). Sum of RGB (Red+Green+Blue) = 166+204+33=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC21 is #5933DE. Grayscale: #ADADAD. Windows color (decimal): -5845983 or 2215078. OLE color: 2215078.
HSL color Cylindrical-coordinate representation of color #A6CC21: hue angle of 73.33º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A6CC21 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 33 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.2 |
| HSL | 73.33º | 0.72% | 0.46% | - |
| HSV(B) | 73.33º | 0.84% | 0.8% | - |
| XYZ | 37.59 | 51.4 | 9.38 | - |
| YUV | 173.14 | 48.91 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 33 | 0.19 | 0 | 0.84 | 0.2 | 73.33 | 0.72 | 0.46 |
| Hex | A6 | CC | 21 | 13 | 0 | 54 | 14 | 49 | 48 | 2E |
| Octal | 246 | 314 | 41 | 23 | 0 | 124 | 24 | 111 | 110 | 56 |
| Binary | 10100110 | 11001100 | 100001 | 10011 | 0 | 1010100 | 10100 | 1001001 | 1001000 | 101110 |
Color Harmonies of #A6CC21
Complementary color
Monochromatic Colors of #A6CC21
Black with #A6CC21
Text Example
Text Example
White with #A6CC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC21; }
p { color: rgb(166,204,33); }
H1.HeaderClassName
{
color: #A6CC21;
}
.AnyTagClassName
{
color: #A6CC21;
}
</style>
background-color css
<style>
a { background-color: #A6CC21; }
a { background-color: rgb(166,204,33); }
div.DivClassName
{
background-color: #A6CC21;
}
.BgClassName
{
background-color: #A6CC21;
}
</style>
border-color css
<style>
span { border-color: #A6CC21; }
span { border-color: rgb(166,204,33); }
td.TdClassName
{
border-color: #A6CC21;
}
.TagClassName
{
border-color: #A6CC21;
}
</style>