Shades of Bahia #A8B732
Tints of Bahia #A8B732
RGB
CMYK
RGB Variations
Color information
#A8B732 (or 0xA8B732) is known color: Bahia. HEX triplet: A8, B7 and 32. RGB value is (168,183,50). Sum of RGB (Red+Green+Blue) = 168+183+50=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B732 is #5748CD. Grayscale: #A3A3A3. Windows color (decimal): -5720270 or 3323816. OLE color: 3323816.
HSL color Cylindrical-coordinate representation of color #A8B732: hue angle of 66.77º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8B732 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 50 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.28 |
| HSL | 66.77º | 0.57% | 0.46% | - |
| HSV(B) | 66.77º | 0.73% | 0.72% | - |
| XYZ | 33.66 | 42.42 | 9.43 | - |
| YUV | 163.35 | 64.03 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 50 | 0.08 | 0 | 0.73 | 0.28 | 66.77 | 0.57 | 0.46 |
| Hex | A8 | B7 | 32 | 8 | 0 | 49 | 1C | 43 | 39 | 2E |
| Octal | 250 | 267 | 62 | 10 | 0 | 111 | 34 | 103 | 71 | 56 |
| Binary | 10101000 | 10110111 | 110010 | 1000 | 0 | 1001001 | 11100 | 1000011 | 111001 | 101110 |
Color Harmonies of #A8B732
Complementary color
Monochromatic Colors of #A8B732
Black with #A8B732
Text Example
Text Example
White with #A8B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B732; }
p { color: rgb(168,183,50); }
H1.HeaderClassName
{
color: #A8B732;
}
.AnyTagClassName
{
color: #A8B732;
}
</style>
background-color css
<style>
a { background-color: #A8B732; }
a { background-color: rgb(168,183,50); }
div.DivClassName
{
background-color: #A8B732;
}
.BgClassName
{
background-color: #A8B732;
}
</style>
border-color css
<style>
span { border-color: #A8B732; }
span { border-color: rgb(168,183,50); }
td.TdClassName
{
border-color: #A8B732;
}
.TagClassName
{
border-color: #A8B732;
}
</style>