Shades of Bahia #A6CC1A
Tints of Bahia #A6CC1A
RGB
CMYK
RGB Variations
Color information
#A6CC1A (or 0xA6CC1A) is known color: Bahia. HEX triplet: A6, CC and 1A. RGB value is (166,204,26). Sum of RGB (Red+Green+Blue) = 166+204+26=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 26 (10.55% from 255 or 6.57% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC1A is #5933E5. Grayscale: #ADADAD. Windows color (decimal): -5845990 or 1756326. OLE color: 1756326.
HSL color Cylindrical-coordinate representation of color #A6CC1A: hue angle of 72.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6CC1A is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 26 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.2 |
| HSL | 72.81º | 0.77% | 0.45% | - |
| HSV(B) | 72.81º | 0.87% | 0.8% | - |
| XYZ | 37.51 | 51.37 | 8.92 | - |
| YUV | 172.35 | 45.41 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 26 | 0.19 | 0 | 0.87 | 0.2 | 72.81 | 0.77 | 0.45 |
| Hex | A6 | CC | 1A | 13 | 0 | 57 | 14 | 49 | 4D | 2D |
| Octal | 246 | 314 | 32 | 23 | 0 | 127 | 24 | 111 | 115 | 55 |
| Binary | 10100110 | 11001100 | 11010 | 10011 | 0 | 1010111 | 10100 | 1001001 | 1001101 | 101101 |
Color Harmonies of #A6CC1A
Complementary color
Monochromatic Colors of #A6CC1A
Black with #A6CC1A
Text Example
Text Example
White with #A6CC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC1A; }
p { color: rgb(166,204,26); }
H1.HeaderClassName
{
color: #A6CC1A;
}
.AnyTagClassName
{
color: #A6CC1A;
}
</style>
background-color css
<style>
a { background-color: #A6CC1A; }
a { background-color: rgb(166,204,26); }
div.DivClassName
{
background-color: #A6CC1A;
}
.BgClassName
{
background-color: #A6CC1A;
}
</style>
border-color css
<style>
span { border-color: #A6CC1A; }
span { border-color: rgb(166,204,26); }
td.TdClassName
{
border-color: #A6CC1A;
}
.TagClassName
{
border-color: #A6CC1A;
}
</style>