Shades of Bahia #A8C81F
Tints of Bahia #A8C81F
RGB
CMYK
RGB Variations
Color information
#A8C81F (or 0xA8C81F) is known color: Bahia. HEX triplet: A8, C8 and 1F. RGB value is (168,200,31). Sum of RGB (Red+Green+Blue) = 168+200+31=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C81F is #5737E0. Grayscale: #ABABAB. Windows color (decimal): -5715937 or 2082984. OLE color: 2082984.
HSL color Cylindrical-coordinate representation of color #A8C81F: hue angle of 71.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8C81F is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 200 | 31 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.22 |
| HSL | 71.36º | 0.73% | 0.45% | - |
| HSV(B) | 71.36º | 0.85% | 0.78% | - |
| XYZ | 37.05 | 49.73 | 8.94 | - |
| YUV | 171.17 | 48.9 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 31 | 0.16 | 0 | 0.84 | 0.22 | 71.36 | 0.73 | 0.45 |
| Hex | A8 | C8 | 1F | 10 | 0 | 54 | 16 | 47 | 49 | 2D |
| Octal | 250 | 310 | 37 | 20 | 0 | 124 | 26 | 107 | 111 | 55 |
| Binary | 10101000 | 11001000 | 11111 | 10000 | 0 | 1010100 | 10110 | 1000111 | 1001001 | 101101 |
Color Harmonies of #A8C81F
Complementary color
Monochromatic Colors of #A8C81F
Black with #A8C81F
Text Example
Text Example
White with #A8C81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C81F; }
p { color: rgb(168,200,31); }
H1.HeaderClassName
{
color: #A8C81F;
}
.AnyTagClassName
{
color: #A8C81F;
}
</style>
background-color css
<style>
a { background-color: #A8C81F; }
a { background-color: rgb(168,200,31); }
div.DivClassName
{
background-color: #A8C81F;
}
.BgClassName
{
background-color: #A8C81F;
}
</style>
border-color css
<style>
span { border-color: #A8C81F; }
span { border-color: rgb(168,200,31); }
td.TdClassName
{
border-color: #A8C81F;
}
.TagClassName
{
border-color: #A8C81F;
}
</style>