Shades of Bahia #A6CF1B
Tints of Bahia #A6CF1B
RGB
CMYK
RGB Variations
Color information
#A6CF1B (or 0xA6CF1B) is known color: Bahia. HEX triplet: A6, CF and 1B. RGB value is (166,207,27). Sum of RGB (Red+Green+Blue) = 166+207+27=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF1B is #5930E4. Grayscale: #AEAEAE. Windows color (decimal): -5845221 or 1822630. OLE color: 1822630.
HSL color Cylindrical-coordinate representation of color #A6CF1B: hue angle of 73.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A6CF1B is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 27 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.19 |
| HSL | 73.67º | 0.77% | 0.46% | - |
| HSV(B) | 73.67º | 0.87% | 0.81% | - |
| XYZ | 38.24 | 52.81 | 9.22 | - |
| YUV | 174.22 | 44.92 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 27 | 0.20 | 0 | 0.87 | 0.19 | 73.67 | 0.77 | 0.46 |
| Hex | A6 | CF | 1B | 14 | 0 | 57 | 13 | 4A | 4D | 2E |
| Octal | 246 | 317 | 33 | 24 | 0 | 127 | 23 | 112 | 115 | 56 |
| Binary | 10100110 | 11001111 | 11011 | 10100 | 0 | 1010111 | 10011 | 1001010 | 1001101 | 101110 |
Color Harmonies of #A6CF1B
Complementary color
Monochromatic Colors of #A6CF1B
Black with #A6CF1B
Text Example
Text Example
White with #A6CF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF1B; }
p { color: rgb(166,207,27); }
H1.HeaderClassName
{
color: #A6CF1B;
}
.AnyTagClassName
{
color: #A6CF1B;
}
</style>
background-color css
<style>
a { background-color: #A6CF1B; }
a { background-color: rgb(166,207,27); }
div.DivClassName
{
background-color: #A6CF1B;
}
.BgClassName
{
background-color: #A6CF1B;
}
</style>
border-color css
<style>
span { border-color: #A6CF1B; }
span { border-color: rgb(166,207,27); }
td.TdClassName
{
border-color: #A6CF1B;
}
.TagClassName
{
border-color: #A6CF1B;
}
</style>