Shades of Bahia #A8B830
Tints of Bahia #A8B830
RGB
CMYK
RGB Variations
Color information
#A8B830 (or 0xA8B830) is known color: Bahia. HEX triplet: A8, B8 and 30. RGB value is (168,184,48). Sum of RGB (Red+Green+Blue) = 168+184+48=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 184 - color contains mainly: green. Hex color #A8B830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B830 is #5747CF. Grayscale: #A4A4A4. Windows color (decimal): -5720016 or 3193000. OLE color: 3193000.
HSL color Cylindrical-coordinate representation of color #A8B830: hue angle of 67.06º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8B830 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 184 | 48 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.28 |
| HSL | 67.06º | 0.59% | 0.45% | - |
| HSV(B) | 67.06º | 0.74% | 0.72% | - |
| XYZ | 33.82 | 42.82 | 9.28 | - |
| YUV | 163.71 | 62.7 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 184 | 48 | 0.09 | 0 | 0.74 | 0.28 | 67.06 | 0.59 | 0.45 |
| Hex | A8 | B8 | 30 | 9 | 0 | 4A | 1C | 43 | 3B | 2D |
| Octal | 250 | 270 | 60 | 11 | 0 | 112 | 34 | 103 | 73 | 55 |
| Binary | 10101000 | 10111000 | 110000 | 1001 | 0 | 1001010 | 11100 | 1000011 | 111011 | 101101 |
Color Harmonies of #A8B830
Complementary color
Monochromatic Colors of #A8B830
Black with #A8B830
Text Example
Text Example
White with #A8B830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B830; }
p { color: rgb(168,184,48); }
H1.HeaderClassName
{
color: #A8B830;
}
.AnyTagClassName
{
color: #A8B830;
}
</style>
background-color css
<style>
a { background-color: #A8B830; }
a { background-color: rgb(168,184,48); }
div.DivClassName
{
background-color: #A8B830;
}
.BgClassName
{
background-color: #A8B830;
}
</style>
border-color css
<style>
span { border-color: #A8B830; }
span { border-color: rgb(168,184,48); }
td.TdClassName
{
border-color: #A8B830;
}
.TagClassName
{
border-color: #A8B830;
}
</style>