Shades of Bahia #A6C91C
Tints of Bahia #A6C91C
RGB
CMYK
RGB Variations
Color information
#A6C91C (or 0xA6C91C) is known color: Bahia. HEX triplet: A6, C9 and 1C. RGB value is (166,201,28). Sum of RGB (Red+Green+Blue) = 166+201+28=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 201 (78.91% from 255 or 50.89% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 201 - color contains mainly: green. Hex color #A6C91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C91C is #5936E3. Grayscale: #ABABAB. Windows color (decimal): -5846756 or 1886630. OLE color: 1886630.
HSL color Cylindrical-coordinate representation of color #A6C91C: hue angle of 72.14º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A6C91C is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 201 | 28 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.21 |
| HSL | 72.14º | 0.76% | 0.45% | - |
| HSV(B) | 72.14º | 0.86% | 0.79% | - |
| XYZ | 36.82 | 49.96 | 8.8 | - |
| YUV | 170.81 | 47.4 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 28 | 0.17 | 0 | 0.86 | 0.21 | 72.14 | 0.76 | 0.45 |
| Hex | A6 | C9 | 1C | 11 | 0 | 56 | 15 | 48 | 4C | 2D |
| Octal | 246 | 311 | 34 | 21 | 0 | 126 | 25 | 110 | 114 | 55 |
| Binary | 10100110 | 11001001 | 11100 | 10001 | 0 | 1010110 | 10101 | 1001000 | 1001100 | 101101 |
Color Harmonies of #A6C91C
Complementary color
Monochromatic Colors of #A6C91C
Black with #A6C91C
Text Example
Text Example
White with #A6C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C91C; }
p { color: rgb(166,201,28); }
H1.HeaderClassName
{
color: #A6C91C;
}
.AnyTagClassName
{
color: #A6C91C;
}
</style>
background-color css
<style>
a { background-color: #A6C91C; }
a { background-color: rgb(166,201,28); }
div.DivClassName
{
background-color: #A6C91C;
}
.BgClassName
{
background-color: #A6C91C;
}
</style>
border-color css
<style>
span { border-color: #A6C91C; }
span { border-color: rgb(166,201,28); }
td.TdClassName
{
border-color: #A6C91C;
}
.TagClassName
{
border-color: #A6C91C;
}
</style>