Shades of Bahia #A8C91F
Tints of Bahia #A8C91F
RGB
CMYK
RGB Variations
Color information
#A8C91F (or 0xA8C91F) is known color: Bahia. HEX triplet: A8, C9 and 1F. RGB value is (168,201,31). Sum of RGB (Red+Green+Blue) = 168+201+31=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C91F is #5736E0. Grayscale: #ACACAC. Windows color (decimal): -5715681 or 2083240. OLE color: 2083240.
HSL color Cylindrical-coordinate representation of color #A8C91F: hue angle of 71.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8C91F is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 31 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.21 |
| HSL | 71.65º | 0.73% | 0.45% | - |
| HSV(B) | 71.65º | 0.85% | 0.79% | - |
| XYZ | 37.28 | 50.2 | 9.02 | - |
| YUV | 171.75 | 48.57 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 31 | 0.16 | 0 | 0.85 | 0.21 | 71.65 | 0.73 | 0.45 |
| Hex | A8 | C9 | 1F | 10 | 0 | 55 | 15 | 48 | 49 | 2D |
| Octal | 250 | 311 | 37 | 20 | 0 | 125 | 25 | 110 | 111 | 55 |
| Binary | 10101000 | 11001001 | 11111 | 10000 | 0 | 1010101 | 10101 | 1001000 | 1001001 | 101101 |
Color Harmonies of #A8C91F
Complementary color
Monochromatic Colors of #A8C91F
Black with #A8C91F
Text Example
Text Example
White with #A8C91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C91F; }
p { color: rgb(168,201,31); }
H1.HeaderClassName
{
color: #A8C91F;
}
.AnyTagClassName
{
color: #A8C91F;
}
</style>
background-color css
<style>
a { background-color: #A8C91F; }
a { background-color: rgb(168,201,31); }
div.DivClassName
{
background-color: #A8C91F;
}
.BgClassName
{
background-color: #A8C91F;
}
</style>
border-color css
<style>
span { border-color: #A8C91F; }
span { border-color: rgb(168,201,31); }
td.TdClassName
{
border-color: #A8C91F;
}
.TagClassName
{
border-color: #A8C91F;
}
</style>