Shades of Bahia #A6CC1B
Tints of Bahia #A6CC1B
RGB
CMYK
RGB Variations
Color information
#A6CC1B (or 0xA6CC1B) is known color: Bahia. HEX triplet: A6, CC and 1B. RGB value is (166,204,27). Sum of RGB (Red+Green+Blue) = 166+204+27=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC1B is #5933E4. Grayscale: #ADADAD. Windows color (decimal): -5845989 or 1821862. OLE color: 1821862.
HSL color Cylindrical-coordinate representation of color #A6CC1B: hue angle of 72.88º 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 #A6CC1B is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 204 | 27 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.2 |
| HSL | 72.88º | 0.77% | 0.45% | - |
| HSV(B) | 72.88º | 0.87% | 0.8% | - |
| XYZ | 37.52 | 51.37 | 8.98 | - |
| YUV | 172.46 | 45.91 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 204 | 27 | 0.19 | 0 | 0.87 | 0.2 | 72.88 | 0.77 | 0.45 |
| Hex | A6 | CC | 1B | 13 | 0 | 57 | 14 | 49 | 4D | 2D |
| Octal | 246 | 314 | 33 | 23 | 0 | 127 | 24 | 111 | 115 | 55 |
| Binary | 10100110 | 11001100 | 11011 | 10011 | 0 | 1010111 | 10100 | 1001001 | 1001101 | 101101 |
Color Harmonies of #A6CC1B
Complementary color
Monochromatic Colors of #A6CC1B
Black with #A6CC1B
Text Example
Text Example
White with #A6CC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CC1B; }
p { color: rgb(166,204,27); }
H1.HeaderClassName
{
color: #A6CC1B;
}
.AnyTagClassName
{
color: #A6CC1B;
}
</style>
background-color css
<style>
a { background-color: #A6CC1B; }
a { background-color: rgb(166,204,27); }
div.DivClassName
{
background-color: #A6CC1B;
}
.BgClassName
{
background-color: #A6CC1B;
}
</style>
border-color css
<style>
span { border-color: #A6CC1B; }
span { border-color: rgb(166,204,27); }
td.TdClassName
{
border-color: #A6CC1B;
}
.TagClassName
{
border-color: #A6CC1B;
}
</style>