Shades of Bahia #A8B534
Tints of Bahia #A8B534
RGB
CMYK
RGB Variations
Color information
#A8B534 (or 0xA8B534) is known color: Bahia. HEX triplet: A8, B5 and 34. RGB value is (168,181,52). Sum of RGB (Red+Green+Blue) = 168+181+52=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 52 (20.70% from 255 or 12.97% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B534 is #574ACB. Grayscale: #A2A2A2. Windows color (decimal): -5720780 or 3454376. OLE color: 3454376.
HSL color Cylindrical-coordinate representation of color #A8B534: hue angle of 66.05º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8B534 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 52 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.29 |
| HSL | 66.05º | 0.55% | 0.46% | - |
| HSV(B) | 66.05º | 0.71% | 0.71% | - |
| XYZ | 33.29 | 41.62 | 9.53 | - |
| YUV | 162.41 | 65.69 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 52 | 0.07 | 0 | 0.71 | 0.29 | 66.05 | 0.55 | 0.46 |
| Hex | A8 | B5 | 34 | 7 | 0 | 47 | 1D | 42 | 37 | 2E |
| Octal | 250 | 265 | 64 | 7 | 0 | 107 | 35 | 102 | 67 | 56 |
| Binary | 10101000 | 10110101 | 110100 | 111 | 0 | 1000111 | 11101 | 1000010 | 110111 | 101110 |
Color Harmonies of #A8B534
Complementary color
Monochromatic Colors of #A8B534
Black with #A8B534
Text Example
Text Example
White with #A8B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B534; }
p { color: rgb(168,181,52); }
H1.HeaderClassName
{
color: #A8B534;
}
.AnyTagClassName
{
color: #A8B534;
}
</style>
background-color css
<style>
a { background-color: #A8B534; }
a { background-color: rgb(168,181,52); }
div.DivClassName
{
background-color: #A8B534;
}
.BgClassName
{
background-color: #A8B534;
}
</style>
border-color css
<style>
span { border-color: #A8B534; }
span { border-color: rgb(168,181,52); }
td.TdClassName
{
border-color: #A8B534;
}
.TagClassName
{
border-color: #A8B534;
}
</style>