Shades of Bahia #A7B92F
Tints of Bahia #A7B92F
RGB
CMYK
RGB Variations
Color information
#A7B92F (or 0xA7B92F) is known color: Bahia. HEX triplet: A7, B9 and 2F. RGB value is (167,185,47). Sum of RGB (Red+Green+Blue) = 167+185+47=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 185 (72.66% from 255 or 46.37% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B92F is #5846D0. Grayscale: #A4A4A4. Windows color (decimal): -5785297 or 3127719. OLE color: 3127719.
HSL color Cylindrical-coordinate representation of color #A7B92F: hue angle of 67.83º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7B92F is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 47 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.27 |
| HSL | 67.83º | 0.59% | 0.45% | - |
| HSV(B) | 67.83º | 0.75% | 0.73% | - |
| XYZ | 33.8 | 43.12 | 9.23 | - |
| YUV | 163.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 47 | 0.10 | 0 | 0.75 | 0.27 | 67.83 | 0.59 | 0.45 |
| Hex | A7 | B9 | 2F | A | 0 | 4B | 1B | 44 | 3B | 2D |
| Octal | 247 | 271 | 57 | 12 | 0 | 113 | 33 | 104 | 73 | 55 |
| Binary | 10100111 | 10111001 | 101111 | 1010 | 0 | 1001011 | 11011 | 1000100 | 111011 | 101101 |
Color Harmonies of #A7B92F
Complementary color
Monochromatic Colors of #A7B92F
Black with #A7B92F
Text Example
Text Example
White with #A7B92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B92F; }
p { color: rgb(167,185,47); }
H1.HeaderClassName
{
color: #A7B92F;
}
.AnyTagClassName
{
color: #A7B92F;
}
</style>
background-color css
<style>
a { background-color: #A7B92F; }
a { background-color: rgb(167,185,47); }
div.DivClassName
{
background-color: #A7B92F;
}
.BgClassName
{
background-color: #A7B92F;
}
</style>
border-color css
<style>
span { border-color: #A7B92F; }
span { border-color: rgb(167,185,47); }
td.TdClassName
{
border-color: #A7B92F;
}
.TagClassName
{
border-color: #A7B92F;
}
</style>