Shades of Bahia #A8B633
Tints of Bahia #A8B633
RGB
CMYK
RGB Variations
Color information
#A8B633 (or 0xA8B633) is known color: Bahia. HEX triplet: A8, B6 and 33. RGB value is (168,182,51). Sum of RGB (Red+Green+Blue) = 168+182+51=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B633 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B633 is #5749CC. Grayscale: #A3A3A3. Windows color (decimal): -5720525 or 3389096. OLE color: 3389096.
HSL color Cylindrical-coordinate representation of color #A8B633: hue angle of 66.41º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8B633 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 182 | 51 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.29 |
| HSL | 66.41º | 0.56% | 0.46% | - |
| HSV(B) | 66.41º | 0.72% | 0.71% | - |
| XYZ | 33.47 | 42.02 | 9.48 | - |
| YUV | 162.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 182 | 51 | 0.08 | 0 | 0.72 | 0.29 | 66.41 | 0.56 | 0.46 |
| Hex | A8 | B6 | 33 | 8 | 0 | 48 | 1D | 42 | 38 | 2E |
| Octal | 250 | 266 | 63 | 10 | 0 | 110 | 35 | 102 | 70 | 56 |
| Binary | 10101000 | 10110110 | 110011 | 1000 | 0 | 1001000 | 11101 | 1000010 | 111000 | 101110 |
Color Harmonies of #A8B633
Complementary color
Monochromatic Colors of #A8B633
Black with #A8B633
Text Example
Text Example
White with #A8B633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B633; }
p { color: rgb(168,182,51); }
H1.HeaderClassName
{
color: #A8B633;
}
.AnyTagClassName
{
color: #A8B633;
}
</style>
background-color css
<style>
a { background-color: #A8B633; }
a { background-color: rgb(168,182,51); }
div.DivClassName
{
background-color: #A8B633;
}
.BgClassName
{
background-color: #A8B633;
}
</style>
border-color css
<style>
span { border-color: #A8B633; }
span { border-color: rgb(168,182,51); }
td.TdClassName
{
border-color: #A8B633;
}
.TagClassName
{
border-color: #A8B633;
}
</style>