Shades of Bahia #A8D01B
Tints of Bahia #A8D01B
RGB
CMYK
RGB Variations
Color information
#A8D01B (or 0xA8D01B) is known color: Bahia. HEX triplet: A8, D0 and 1B. RGB value is (168,208,27). Sum of RGB (Red+Green+Blue) = 168+208+27=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D01B is #572FE4. Grayscale: #B0B0B0. Windows color (decimal): -5713893 or 1822888. OLE color: 1822888.
HSL color Cylindrical-coordinate representation of color #A8D01B: hue angle of 73.26º 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 #A8D01B is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 27 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.18 |
| HSL | 73.26º | 0.77% | 0.46% | - |
| HSV(B) | 73.26º | 0.87% | 0.82% | - |
| XYZ | 38.9 | 53.52 | 9.32 | - |
| YUV | 175.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 27 | 0.19 | 0 | 0.87 | 0.18 | 73.26 | 0.77 | 0.46 |
| Hex | A8 | D0 | 1B | 13 | 0 | 57 | 12 | 49 | 4D | 2E |
| Octal | 250 | 320 | 33 | 23 | 0 | 127 | 22 | 111 | 115 | 56 |
| Binary | 10101000 | 11010000 | 11011 | 10011 | 0 | 1010111 | 10010 | 1001001 | 1001101 | 101110 |
Color Harmonies of #A8D01B
Complementary color
Monochromatic Colors of #A8D01B
Black with #A8D01B
Text Example
Text Example
White with #A8D01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D01B; }
p { color: rgb(168,208,27); }
H1.HeaderClassName
{
color: #A8D01B;
}
.AnyTagClassName
{
color: #A8D01B;
}
</style>
background-color css
<style>
a { background-color: #A8D01B; }
a { background-color: rgb(168,208,27); }
div.DivClassName
{
background-color: #A8D01B;
}
.BgClassName
{
background-color: #A8D01B;
}
</style>
border-color css
<style>
span { border-color: #A8D01B; }
span { border-color: rgb(168,208,27); }
td.TdClassName
{
border-color: #A8D01B;
}
.TagClassName
{
border-color: #A8D01B;
}
</style>