Shades of Bahia #A8BC2B
Tints of Bahia #A8BC2B
RGB
CMYK
RGB Variations
Color information
#A8BC2B (or 0xA8BC2B) is known color: Bahia. HEX triplet: A8, BC and 2B. RGB value is (168,188,43). Sum of RGB (Red+Green+Blue) = 168+188+43=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 43 (17.19% from 255 or 10.78% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8BC2B is #5743D4. Grayscale: #A6A6A6. Windows color (decimal): -5718997 or 2866344. OLE color: 2866344.
HSL color Cylindrical-coordinate representation of color #A8BC2B: hue angle of 68.28º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8BC2B is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 188 | 43 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.26 |
| HSL | 68.28º | 0.63% | 0.45% | - |
| HSV(B) | 68.28º | 0.77% | 0.74% | - |
| XYZ | 34.57 | 44.47 | 9.05 | - |
| YUV | 165.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 188 | 43 | 0.11 | 0 | 0.77 | 0.26 | 68.28 | 0.63 | 0.45 |
| Hex | A8 | BC | 2B | B | 0 | 4D | 1A | 44 | 3F | 2D |
| Octal | 250 | 274 | 53 | 13 | 0 | 115 | 32 | 104 | 77 | 55 |
| Binary | 10101000 | 10111100 | 101011 | 1011 | 0 | 1001101 | 11010 | 1000100 | 111111 | 101101 |
Color Harmonies of #A8BC2B
Complementary color
Monochromatic Colors of #A8BC2B
Black with #A8BC2B
Text Example
Text Example
White with #A8BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8BC2B; }
p { color: rgb(168,188,43); }
H1.HeaderClassName
{
color: #A8BC2B;
}
.AnyTagClassName
{
color: #A8BC2B;
}
</style>
background-color css
<style>
a { background-color: #A8BC2B; }
a { background-color: rgb(168,188,43); }
div.DivClassName
{
background-color: #A8BC2B;
}
.BgClassName
{
background-color: #A8BC2B;
}
</style>
border-color css
<style>
span { border-color: #A8BC2B; }
span { border-color: rgb(168,188,43); }
td.TdClassName
{
border-color: #A8BC2B;
}
.TagClassName
{
border-color: #A8BC2B;
}
</style>