Shades of Bahia #A8C914
Tints of Bahia #A8C914
RGB
CMYK
RGB Variations
Color information
#A8C914 (or 0xA8C914) is known color: Bahia. HEX triplet: A8, C9 and 14. RGB value is (168,201,20). Sum of RGB (Red+Green+Blue) = 168+201+20=389 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.19% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C914 is #5736EB. Grayscale: #ABABAB. Windows color (decimal): -5715692 or 1362344. OLE color: 1362344.
HSL color Cylindrical-coordinate representation of color #A8C914: hue angle of 70.94º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8C914 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 201 | 20 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.21 |
| HSL | 70.94º | 0.82% | 0.43% | - |
| HSV(B) | 70.94º | 0.9% | 0.79% | - |
| XYZ | 37.16 | 50.15 | 8.38 | - |
| YUV | 170.5 | 43.07 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 20 | 0.16 | 0 | 0.90 | 0.21 | 70.94 | 0.82 | 0.43 |
| Hex | A8 | C9 | 14 | 10 | 0 | 5A | 15 | 47 | 52 | 2B |
| Octal | 250 | 311 | 24 | 20 | 0 | 132 | 25 | 107 | 122 | 53 |
| Binary | 10101000 | 11001001 | 10100 | 10000 | 0 | 1011010 | 10101 | 1000111 | 1010010 | 101011 |
Color Harmonies of #A8C914
Complementary color
Monochromatic Colors of #A8C914
Black with #A8C914
Text Example
Text Example
White with #A8C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C914; }
p { color: rgb(168,201,20); }
H1.HeaderClassName
{
color: #A8C914;
}
.AnyTagClassName
{
color: #A8C914;
}
</style>
background-color css
<style>
a { background-color: #A8C914; }
a { background-color: rgb(168,201,20); }
div.DivClassName
{
background-color: #A8C914;
}
.BgClassName
{
background-color: #A8C914;
}
</style>
border-color css
<style>
span { border-color: #A8C914; }
span { border-color: rgb(168,201,20); }
td.TdClassName
{
border-color: #A8C914;
}
.TagClassName
{
border-color: #A8C914;
}
</style>