Shades of Bahia #A8BB1B
Tints of Bahia #A8BB1B
RGB
CMYK
RGB Variations
Color information
#A8BB1B (or 0xA8BB1B) is known color: Bahia. HEX triplet: A8, BB and 1B. RGB value is (168,187,27). Sum of RGB (Red+Green+Blue) = 168+187+27=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB1B is #5744E4. Grayscale: #A3A3A3. Windows color (decimal): -5719269 or 1817512. OLE color: 1817512.
HSL color Cylindrical-coordinate representation of color #A8BB1B: hue angle of 67.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8BB1B is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 27 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.27 |
| HSL | 67.13º | 0.75% | 0.42% | - |
| HSV(B) | 67.13º | 0.86% | 0.73% | - |
| XYZ | 34.12 | 43.94 | 7.72 | - |
| YUV | 163.08 | 51.21 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 27 | 0.10 | 0 | 0.86 | 0.27 | 67.13 | 0.75 | 0.42 |
| Hex | A8 | BB | 1B | A | 0 | 56 | 1B | 43 | 4B | 2A |
| Octal | 250 | 273 | 33 | 12 | 0 | 126 | 33 | 103 | 113 | 52 |
| Binary | 10101000 | 10111011 | 11011 | 1010 | 0 | 1010110 | 11011 | 1000011 | 1001011 | 101010 |
Color Harmonies of #A8BB1B
Complementary color
Monochromatic Colors of #A8BB1B
Black with #A8BB1B
Text Example
Text Example
White with #A8BB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB1B; }
p { color: rgb(168,187,27); }
H1.HeaderClassName
{
color: #A8BB1B;
}
.AnyTagClassName
{
color: #A8BB1B;
}
</style>
background-color css
<style>
a { background-color: #A8BB1B; }
a { background-color: rgb(168,187,27); }
div.DivClassName
{
background-color: #A8BB1B;
}
.BgClassName
{
background-color: #A8BB1B;
}
</style>
border-color css
<style>
span { border-color: #A8BB1B; }
span { border-color: rgb(168,187,27); }
td.TdClassName
{
border-color: #A8BB1B;
}
.TagClassName
{
border-color: #A8BB1B;
}
</style>