Shades of Bahia #A8C90B
Tints of Bahia #A8C90B
RGB
CMYK
RGB Variations
Color information
#A8C90B (or 0xA8C90B) is known color: Bahia. HEX triplet: A8, C9 and 0B. RGB value is (168,201,11). Sum of RGB (Red+Green+Blue) = 168+201+11=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C90B is #5736F4. Grayscale: #AAAAAA. Windows color (decimal): -5715701 or 772520. OLE color: 772520.
HSL color Cylindrical-coordinate representation of color #A8C90B: hue angle of 70.42º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8C90B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.21 |
| HSL | 70.42º | 0.9% | 0.42% | - |
| HSV(B) | 70.42º | 0.95% | 0.79% | - |
| XYZ | 37.1 | 50.12 | 8.04 | - |
| YUV | 169.47 | 38.57 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 11 | 0.16 | 0 | 0.95 | 0.21 | 70.42 | 0.9 | 0.42 |
| Hex | A8 | C9 | B | 10 | 0 | 5F | 15 | 46 | 5A | 2A |
| Octal | 250 | 311 | 13 | 20 | 0 | 137 | 25 | 106 | 132 | 52 |
| Binary | 10101000 | 11001001 | 1011 | 10000 | 0 | 1011111 | 10101 | 1000110 | 1011010 | 101010 |
Color Harmonies of #A8C90B
Complementary color
Monochromatic Colors of #A8C90B
Black with #A8C90B
Text Example
Text Example
White with #A8C90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C90B; }
p { color: rgb(168,201,11); }
H1.HeaderClassName
{
color: #A8C90B;
}
.AnyTagClassName
{
color: #A8C90B;
}
</style>
background-color css
<style>
a { background-color: #A8C90B; }
a { background-color: rgb(168,201,11); }
div.DivClassName
{
background-color: #A8C90B;
}
.BgClassName
{
background-color: #A8C90B;
}
</style>
border-color css
<style>
span { border-color: #A8C90B; }
span { border-color: rgb(168,201,11); }
td.TdClassName
{
border-color: #A8C90B;
}
.TagClassName
{
border-color: #A8C90B;
}
</style>