Shades of Bahia #A8B834
Tints of Bahia #A8B834
RGB
CMYK
RGB Variations
Color information
#A8B834 (or 0xA8B834) is known color: Bahia. HEX triplet: A8, B8 and 34. RGB value is (168,184,52). Sum of RGB (Red+Green+Blue) = 168+184+52=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B834 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B834 is #5747CB. Grayscale: #A4A4A4. Windows color (decimal): -5720012 or 3455144. OLE color: 3455144.
HSL color Cylindrical-coordinate representation of color #A8B834: hue angle of 67.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8B834 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 52 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.28 |
| HSL | 67.27º | 0.56% | 0.46% | - |
| HSV(B) | 67.27º | 0.72% | 0.72% | - |
| XYZ | 33.91 | 42.85 | 9.73 | - |
| YUV | 164.17 | 64.7 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 52 | 0.09 | 0 | 0.72 | 0.28 | 67.27 | 0.56 | 0.46 |
| Hex | A8 | B8 | 34 | 9 | 0 | 48 | 1C | 43 | 38 | 2E |
| Octal | 250 | 270 | 64 | 11 | 0 | 110 | 34 | 103 | 70 | 56 |
| Binary | 10101000 | 10111000 | 110100 | 1001 | 0 | 1001000 | 11100 | 1000011 | 111000 | 101110 |
Color Harmonies of #A8B834
Complementary color
Monochromatic Colors of #A8B834
Black with #A8B834
Text Example
Text Example
White with #A8B834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B834; }
p { color: rgb(168,184,52); }
H1.HeaderClassName
{
color: #A8B834;
}
.AnyTagClassName
{
color: #A8B834;
}
</style>
background-color css
<style>
a { background-color: #A8B834; }
a { background-color: rgb(168,184,52); }
div.DivClassName
{
background-color: #A8B834;
}
.BgClassName
{
background-color: #A8B834;
}
</style>
border-color css
<style>
span { border-color: #A8B834; }
span { border-color: rgb(168,184,52); }
td.TdClassName
{
border-color: #A8B834;
}
.TagClassName
{
border-color: #A8B834;
}
</style>