Shades of Bahia #A6CC1F
Tints of Bahia #A6CC1F
RGB
CMYK
RGB Variations
Color information
#A6CC1F (or 0xA6CC1F) is known color: Bahia. HEX triplet: A6, CC and 1F. RGB value is (166,204,31). Sum of RGB (Red+Green+Blue) = 166+204+31=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 31 (12.5% from 255 or 7.73% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC1F is #5933E0. Grayscale: #ADADAD. Windows color (decimal): -5845985 or 2084006. OLE color: 2084006.
HSL color Cylindrical-coordinate representation of color #A6CC1F: hue angle of 73.18º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A6CC1F is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 31 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.2 |
| HSL | 73.18º | 0.74% | 0.46% | - |
| HSV(B) | 73.18º | 0.85% | 0.8% | - |
| XYZ | 37.57 | 51.39 | 9.24 | - |
| YUV | 172.92 | 47.91 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 31 | 0.19 | 0 | 0.85 | 0.2 | 73.18 | 0.74 | 0.46 |
| Hex | A6 | CC | 1F | 13 | 0 | 55 | 14 | 49 | 4A | 2E |
| Octal | 246 | 314 | 37 | 23 | 0 | 125 | 24 | 111 | 112 | 56 |
| Binary | 10100110 | 11001100 | 11111 | 10011 | 0 | 1010101 | 10100 | 1001001 | 1001010 | 101110 |
Color Harmonies of #A6CC1F
Complementary color
Monochromatic Colors of #A6CC1F
Black with #A6CC1F
Text Example
Text Example
White with #A6CC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC1F; }
p { color: rgb(166,204,31); }
H1.HeaderClassName
{
color: #A6CC1F;
}
.AnyTagClassName
{
color: #A6CC1F;
}
</style>
background-color css
<style>
a { background-color: #A6CC1F; }
a { background-color: rgb(166,204,31); }
div.DivClassName
{
background-color: #A6CC1F;
}
.BgClassName
{
background-color: #A6CC1F;
}
</style>
border-color css
<style>
span { border-color: #A6CC1F; }
span { border-color: rgb(166,204,31); }
td.TdClassName
{
border-color: #A6CC1F;
}
.TagClassName
{
border-color: #A6CC1F;
}
</style>