Shades of Bahia #A8B832
Tints of Bahia #A8B832
RGB
CMYK
RGB Variations
Color information
#A8B832 (or 0xA8B832) is known color: Bahia. HEX triplet: A8, B8 and 32. RGB value is (168,184,50). Sum of RGB (Red+Green+Blue) = 168+184+50=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B832 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B832 is #5747CD. Grayscale: #A4A4A4. Windows color (decimal): -5720014 or 3324072. OLE color: 3324072.
HSL color Cylindrical-coordinate representation of color #A8B832: hue angle of 67.16º 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 #A8B832 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 50 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.28 |
| HSL | 67.16º | 0.57% | 0.46% | - |
| HSV(B) | 67.16º | 0.73% | 0.72% | - |
| XYZ | 33.86 | 42.84 | 9.5 | - |
| YUV | 163.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 50 | 0.09 | 0 | 0.73 | 0.28 | 67.16 | 0.57 | 0.46 |
| Hex | A8 | B8 | 32 | 9 | 0 | 49 | 1C | 43 | 39 | 2E |
| Octal | 250 | 270 | 62 | 11 | 0 | 111 | 34 | 103 | 71 | 56 |
| Binary | 10101000 | 10111000 | 110010 | 1001 | 0 | 1001001 | 11100 | 1000011 | 111001 | 101110 |
Color Harmonies of #A8B832
Complementary color
Monochromatic Colors of #A8B832
Black with #A8B832
Text Example
Text Example
White with #A8B832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B832; }
p { color: rgb(168,184,50); }
H1.HeaderClassName
{
color: #A8B832;
}
.AnyTagClassName
{
color: #A8B832;
}
</style>
background-color css
<style>
a { background-color: #A8B832; }
a { background-color: rgb(168,184,50); }
div.DivClassName
{
background-color: #A8B832;
}
.BgClassName
{
background-color: #A8B832;
}
</style>
border-color css
<style>
span { border-color: #A8B832; }
span { border-color: rgb(168,184,50); }
td.TdClassName
{
border-color: #A8B832;
}
.TagClassName
{
border-color: #A8B832;
}
</style>