Shades of Bahia #A8B82D
Tints of Bahia #A8B82D
RGB
CMYK
RGB Variations
Color information
#A8B82D (or 0xA8B82D) is known color: Bahia. HEX triplet: A8, B8 and 2D. RGB value is (168,184,45). Sum of RGB (Red+Green+Blue) = 168+184+45=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 184 (72.27% from 255 or 46.35% from 397); Blue value is 45 (17.97% from 255 or 11.34% from 397); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B82D is #5747D2. Grayscale: #A3A3A3. Windows color (decimal): -5720019 or 2996392. OLE color: 2996392.
HSL color Cylindrical-coordinate representation of color #A8B82D: hue angle of 66.91º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8B82D is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 45 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.28 |
| HSL | 66.91º | 0.61% | 0.45% | - |
| HSV(B) | 66.91º | 0.76% | 0.72% | - |
| XYZ | 33.76 | 42.8 | 8.96 | - |
| YUV | 163.37 | 61.2 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 45 | 0.09 | 0 | 0.76 | 0.28 | 66.91 | 0.61 | 0.45 |
| Hex | A8 | B8 | 2D | 9 | 0 | 4C | 1C | 43 | 3D | 2D |
| Octal | 250 | 270 | 55 | 11 | 0 | 114 | 34 | 103 | 75 | 55 |
| Binary | 10101000 | 10111000 | 101101 | 1001 | 0 | 1001100 | 11100 | 1000011 | 111101 | 101101 |
Color Harmonies of #A8B82D
Complementary color
Monochromatic Colors of #A8B82D
Black with #A8B82D
Text Example
Text Example
White with #A8B82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B82D; }
p { color: rgb(168,184,45); }
H1.HeaderClassName
{
color: #A8B82D;
}
.AnyTagClassName
{
color: #A8B82D;
}
</style>
background-color css
<style>
a { background-color: #A8B82D; }
a { background-color: rgb(168,184,45); }
div.DivClassName
{
background-color: #A8B82D;
}
.BgClassName
{
background-color: #A8B82D;
}
</style>
border-color css
<style>
span { border-color: #A8B82D; }
span { border-color: rgb(168,184,45); }
td.TdClassName
{
border-color: #A8B82D;
}
.TagClassName
{
border-color: #A8B82D;
}
</style>