Shades of Bahia #A8BC2F
Tints of Bahia #A8BC2F
RGB
CMYK
RGB Variations
Color information
#A8BC2F (or 0xA8BC2F) is known color: Bahia. HEX triplet: A8, BC and 2F. RGB value is (168,188,47). Sum of RGB (Red+Green+Blue) = 168+188+47=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 47 (18.75% from 255 or 11.66% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC2F is #5743D0. Grayscale: #A6A6A6. Windows color (decimal): -5718993 or 3128488. OLE color: 3128488.
HSL color Cylindrical-coordinate representation of color #A8BC2F: hue angle of 68.51º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8BC2F is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 47 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.26 |
| HSL | 68.51º | 0.6% | 0.46% | - |
| HSV(B) | 68.51º | 0.75% | 0.74% | - |
| XYZ | 34.64 | 44.5 | 9.45 | - |
| YUV | 165.95 | 60.87 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 47 | 0.11 | 0 | 0.75 | 0.26 | 68.51 | 0.6 | 0.46 |
| Hex | A8 | BC | 2F | B | 0 | 4B | 1A | 45 | 3C | 2E |
| Octal | 250 | 274 | 57 | 13 | 0 | 113 | 32 | 105 | 74 | 56 |
| Binary | 10101000 | 10111100 | 101111 | 1011 | 0 | 1001011 | 11010 | 1000101 | 111100 | 101110 |
Color Harmonies of #A8BC2F
Complementary color
Monochromatic Colors of #A8BC2F
Black with #A8BC2F
Text Example
Text Example
White with #A8BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC2F; }
p { color: rgb(168,188,47); }
H1.HeaderClassName
{
color: #A8BC2F;
}
.AnyTagClassName
{
color: #A8BC2F;
}
</style>
background-color css
<style>
a { background-color: #A8BC2F; }
a { background-color: rgb(168,188,47); }
div.DivClassName
{
background-color: #A8BC2F;
}
.BgClassName
{
background-color: #A8BC2F;
}
</style>
border-color css
<style>
span { border-color: #A8BC2F; }
span { border-color: rgb(168,188,47); }
td.TdClassName
{
border-color: #A8BC2F;
}
.TagClassName
{
border-color: #A8BC2F;
}
</style>