Shades of Bahia #A8D11B
Tints of Bahia #A8D11B
RGB
CMYK
RGB Variations
Color information
#A8D11B (or 0xA8D11B) is known color: Bahia. HEX triplet: A8, D1 and 1B. RGB value is (168,209,27). Sum of RGB (Red+Green+Blue) = 168+209+27=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 27 (10.94% from 255 or 6.68% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D11B is #572EE4. Grayscale: #B0B0B0. Windows color (decimal): -5713637 or 1823144. OLE color: 1823144.
HSL color Cylindrical-coordinate representation of color #A8D11B: hue angle of 73.52º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8D11B is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 27 | - |
| CMYK | 0.20 | 0 | 0.87 | 0.18 |
| HSL | 73.52º | 0.77% | 0.46% | - |
| HSV(B) | 73.52º | 0.87% | 0.82% | - |
| XYZ | 39.15 | 54 | 9.4 | - |
| YUV | 175.99 | 43.92 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 27 | 0.20 | 0 | 0.87 | 0.18 | 73.52 | 0.77 | 0.46 |
| Hex | A8 | D1 | 1B | 14 | 0 | 57 | 12 | 4A | 4D | 2E |
| Octal | 250 | 321 | 33 | 24 | 0 | 127 | 22 | 112 | 115 | 56 |
| Binary | 10101000 | 11010001 | 11011 | 10100 | 0 | 1010111 | 10010 | 1001010 | 1001101 | 101110 |
Color Harmonies of #A8D11B
Complementary color
Monochromatic Colors of #A8D11B
Black with #A8D11B
Text Example
Text Example
White with #A8D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D11B; }
p { color: rgb(168,209,27); }
H1.HeaderClassName
{
color: #A8D11B;
}
.AnyTagClassName
{
color: #A8D11B;
}
</style>
background-color css
<style>
a { background-color: #A8D11B; }
a { background-color: rgb(168,209,27); }
div.DivClassName
{
background-color: #A8D11B;
}
.BgClassName
{
background-color: #A8D11B;
}
</style>
border-color css
<style>
span { border-color: #A8D11B; }
span { border-color: rgb(168,209,27); }
td.TdClassName
{
border-color: #A8D11B;
}
.TagClassName
{
border-color: #A8D11B;
}
</style>