Shades of Bahia #A8C91C
Tints of Bahia #A8C91C
RGB
CMYK
RGB Variations
Color information
#A8C91C (or 0xA8C91C) is known color: Bahia. HEX triplet: A8, C9 and 1C. RGB value is (168,201,28). Sum of RGB (Red+Green+Blue) = 168+201+28=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C91C is #5736E3. Grayscale: #ACACAC. Windows color (decimal): -5715684 or 1886632. OLE color: 1886632.
HSL color Cylindrical-coordinate representation of color #A8C91C: hue angle of 71.45º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8C91C is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 28 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.21 |
| HSL | 71.45º | 0.76% | 0.45% | - |
| HSV(B) | 71.45º | 0.86% | 0.79% | - |
| XYZ | 37.24 | 50.18 | 8.82 | - |
| YUV | 171.41 | 47.07 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 28 | 0.16 | 0 | 0.86 | 0.21 | 71.45 | 0.76 | 0.45 |
| Hex | A8 | C9 | 1C | 10 | 0 | 56 | 15 | 47 | 4C | 2D |
| Octal | 250 | 311 | 34 | 20 | 0 | 126 | 25 | 107 | 114 | 55 |
| Binary | 10101000 | 11001001 | 11100 | 10000 | 0 | 1010110 | 10101 | 1000111 | 1001100 | 101101 |
Color Harmonies of #A8C91C
Complementary color
Monochromatic Colors of #A8C91C
Black with #A8C91C
Text Example
Text Example
White with #A8C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C91C; }
p { color: rgb(168,201,28); }
H1.HeaderClassName
{
color: #A8C91C;
}
.AnyTagClassName
{
color: #A8C91C;
}
</style>
background-color css
<style>
a { background-color: #A8C91C; }
a { background-color: rgb(168,201,28); }
div.DivClassName
{
background-color: #A8C91C;
}
.BgClassName
{
background-color: #A8C91C;
}
</style>
border-color css
<style>
span { border-color: #A8C91C; }
span { border-color: rgb(168,201,28); }
td.TdClassName
{
border-color: #A8C91C;
}
.TagClassName
{
border-color: #A8C91C;
}
</style>