Shades of Bahia #A8BB1C
Tints of Bahia #A8BB1C
RGB
CMYK
RGB Variations
Color information
#A8BB1C (or 0xA8BB1C) is known color: Bahia. HEX triplet: A8, BB and 1C. RGB value is (168,187,28). Sum of RGB (Red+Green+Blue) = 168+187+28=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 187 (73.44% from 255 or 48.83% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BB1C is #5744E3. Grayscale: #A3A3A3. Windows color (decimal): -5719268 or 1883048. OLE color: 1883048.
HSL color Cylindrical-coordinate representation of color #A8BB1C: hue angle of 67.17º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8BB1C is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 187 | 28 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.27 |
| HSL | 67.17º | 0.74% | 0.42% | - |
| HSV(B) | 67.17º | 0.85% | 0.73% | - |
| XYZ | 34.13 | 43.95 | 7.78 | - |
| YUV | 163.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 187 | 28 | 0.10 | 0 | 0.85 | 0.27 | 67.17 | 0.74 | 0.42 |
| Hex | A8 | BB | 1C | A | 0 | 55 | 1B | 43 | 4A | 2A |
| Octal | 250 | 273 | 34 | 12 | 0 | 125 | 33 | 103 | 112 | 52 |
| Binary | 10101000 | 10111011 | 11100 | 1010 | 0 | 1010101 | 11011 | 1000011 | 1001010 | 101010 |
Color Harmonies of #A8BB1C
Complementary color
Monochromatic Colors of #A8BB1C
Black with #A8BB1C
Text Example
Text Example
White with #A8BB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BB1C; }
p { color: rgb(168,187,28); }
H1.HeaderClassName
{
color: #A8BB1C;
}
.AnyTagClassName
{
color: #A8BB1C;
}
</style>
background-color css
<style>
a { background-color: #A8BB1C; }
a { background-color: rgb(168,187,28); }
div.DivClassName
{
background-color: #A8BB1C;
}
.BgClassName
{
background-color: #A8BB1C;
}
</style>
border-color css
<style>
span { border-color: #A8BB1C; }
span { border-color: rgb(168,187,28); }
td.TdClassName
{
border-color: #A8BB1C;
}
.TagClassName
{
border-color: #A8BB1C;
}
</style>