Shades of Bahia #A8B52F
Tints of Bahia #A8B52F
RGB
CMYK
RGB Variations
Color information
#A8B52F (or 0xA8B52F) is known color: Bahia. HEX triplet: A8, B5 and 2F. RGB value is (168,181,47). Sum of RGB (Red+Green+Blue) = 168+181+47=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 181 (71.09% from 255 or 45.71% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B52F is #574AD0. Grayscale: #A2A2A2. Windows color (decimal): -5720785 or 3126696. OLE color: 3126696.
HSL color Cylindrical-coordinate representation of color #A8B52F: hue angle of 65.82º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8B52F is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 47 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.29 |
| HSL | 65.82º | 0.59% | 0.45% | - |
| HSV(B) | 65.82º | 0.74% | 0.71% | - |
| XYZ | 33.19 | 41.58 | 8.97 | - |
| YUV | 161.84 | 63.19 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 47 | 0.07 | 0 | 0.74 | 0.29 | 65.82 | 0.59 | 0.45 |
| Hex | A8 | B5 | 2F | 7 | 0 | 4A | 1D | 42 | 3B | 2D |
| Octal | 250 | 265 | 57 | 7 | 0 | 112 | 35 | 102 | 73 | 55 |
| Binary | 10101000 | 10110101 | 101111 | 111 | 0 | 1001010 | 11101 | 1000010 | 111011 | 101101 |
Color Harmonies of #A8B52F
Complementary color
Monochromatic Colors of #A8B52F
Black with #A8B52F
Text Example
Text Example
White with #A8B52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B52F; }
p { color: rgb(168,181,47); }
H1.HeaderClassName
{
color: #A8B52F;
}
.AnyTagClassName
{
color: #A8B52F;
}
</style>
background-color css
<style>
a { background-color: #A8B52F; }
a { background-color: rgb(168,181,47); }
div.DivClassName
{
background-color: #A8B52F;
}
.BgClassName
{
background-color: #A8B52F;
}
</style>
border-color css
<style>
span { border-color: #A8B52F; }
span { border-color: rgb(168,181,47); }
td.TdClassName
{
border-color: #A8B52F;
}
.TagClassName
{
border-color: #A8B52F;
}
</style>