Shades of Bahia #A8B21C
Tints of Bahia #A8B21C
RGB
CMYK
RGB Variations
Color information
#A8B21C (or 0xA8B21C) is known color: Bahia. HEX triplet: A8, B2 and 1C. RGB value is (168,178,28). Sum of RGB (Red+Green+Blue) = 168+178+28=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 178 (69.92% from 255 or 47.59% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B21C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8B21C is #574DE3. Grayscale: #9E9E9E. Windows color (decimal): -5721572 or 1880744. OLE color: 1880744.
HSL color Cylindrical-coordinate representation of color #A8B21C: hue angle of 64º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8B21C is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 28 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.30 |
| HSL | 64º | 0.73% | 0.4% | - |
| HSV(B) | 64º | 0.84% | 0.7% | - |
| XYZ | 32.28 | 40.25 | 7.17 | - |
| YUV | 157.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 28 | 0.06 | 0 | 0.84 | 0.30 | 64 | 0.73 | 0.4 |
| Hex | A8 | B2 | 1C | 6 | 0 | 54 | 1E | 40 | 49 | 28 |
| Octal | 250 | 262 | 34 | 6 | 0 | 124 | 36 | 100 | 111 | 50 |
| Binary | 10101000 | 10110010 | 11100 | 110 | 0 | 1010100 | 11110 | 1000000 | 1001001 | 101000 |
Color Harmonies of #A8B21C
Complementary color
Monochromatic Colors of #A8B21C
Black with #A8B21C
Text Example
Text Example
White with #A8B21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B21C; }
p { color: rgb(168,178,28); }
H1.HeaderClassName
{
color: #A8B21C;
}
.AnyTagClassName
{
color: #A8B21C;
}
</style>
background-color css
<style>
a { background-color: #A8B21C; }
a { background-color: rgb(168,178,28); }
div.DivClassName
{
background-color: #A8B21C;
}
.BgClassName
{
background-color: #A8B21C;
}
</style>
border-color css
<style>
span { border-color: #A8B21C; }
span { border-color: rgb(168,178,28); }
td.TdClassName
{
border-color: #A8B21C;
}
.TagClassName
{
border-color: #A8B21C;
}
</style>