Shades of Bahia #A8B42F
Tints of Bahia #A8B42F
RGB
CMYK
RGB Variations
Color information
#A8B42F (or 0xA8B42F) is known color: Bahia. HEX triplet: A8, B4 and 2F. RGB value is (168,180,47). Sum of RGB (Red+Green+Blue) = 168+180+47=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 47 (18.75% from 255 or 11.90% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B42F is #574BD0. Grayscale: #A1A1A1. Windows color (decimal): -5721041 or 3126440. OLE color: 3126440.
HSL color Cylindrical-coordinate representation of color #A8B42F: hue angle of 65.41º 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 #A8B42F is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 47 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.29 |
| HSL | 65.41º | 0.59% | 0.45% | - |
| HSV(B) | 65.41º | 0.74% | 0.71% | - |
| XYZ | 32.98 | 41.17 | 8.9 | - |
| YUV | 161.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 47 | 0.07 | 0 | 0.74 | 0.29 | 65.41 | 0.59 | 0.45 |
| Hex | A8 | B4 | 2F | 7 | 0 | 4A | 1D | 41 | 3B | 2D |
| Octal | 250 | 264 | 57 | 7 | 0 | 112 | 35 | 101 | 73 | 55 |
| Binary | 10101000 | 10110100 | 101111 | 111 | 0 | 1001010 | 11101 | 1000001 | 111011 | 101101 |
Color Harmonies of #A8B42F
Complementary color
Monochromatic Colors of #A8B42F
Black with #A8B42F
Text Example
Text Example
White with #A8B42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B42F; }
p { color: rgb(168,180,47); }
H1.HeaderClassName
{
color: #A8B42F;
}
.AnyTagClassName
{
color: #A8B42F;
}
</style>
background-color css
<style>
a { background-color: #A8B42F; }
a { background-color: rgb(168,180,47); }
div.DivClassName
{
background-color: #A8B42F;
}
.BgClassName
{
background-color: #A8B42F;
}
</style>
border-color css
<style>
span { border-color: #A8B42F; }
span { border-color: rgb(168,180,47); }
td.TdClassName
{
border-color: #A8B42F;
}
.TagClassName
{
border-color: #A8B42F;
}
</style>