Shades of Bahia #A7B52D
Tints of Bahia #A7B52D
RGB
CMYK
RGB Variations
Color information
#A7B52D (or 0xA7B52D) is known color: Bahia. HEX triplet: A7, B5 and 2D. RGB value is (167,181,45). Sum of RGB (Red+Green+Blue) = 167+181+45=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7B52D is #584AD2. Grayscale: #A1A1A1. Windows color (decimal): -5786323 or 2995623. OLE color: 2995623.
HSL color Cylindrical-coordinate representation of color #A7B52D: hue angle of 66.18º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7B52D is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 167 | 181 | 45 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.29 |
| HSL | 66.18º | 0.6% | 0.44% | - |
| HSV(B) | 66.18º | 0.75% | 0.71% | - |
| XYZ | 32.93 | 41.45 | 8.75 | - |
| YUV | 161.31 | 62.36 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 181 | 45 | 0.08 | 0 | 0.75 | 0.29 | 66.18 | 0.6 | 0.44 |
| Hex | A7 | B5 | 2D | 8 | 0 | 4B | 1D | 42 | 3C | 2C |
| Octal | 247 | 265 | 55 | 10 | 0 | 113 | 35 | 102 | 74 | 54 |
| Binary | 10100111 | 10110101 | 101101 | 1000 | 0 | 1001011 | 11101 | 1000010 | 111100 | 101100 |
Color Harmonies of #A7B52D
Complementary color
Monochromatic Colors of #A7B52D
Black with #A7B52D
Text Example
Text Example
White with #A7B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B52D; }
p { color: rgb(167,181,45); }
H1.HeaderClassName
{
color: #A7B52D;
}
.AnyTagClassName
{
color: #A7B52D;
}
</style>
background-color css
<style>
a { background-color: #A7B52D; }
a { background-color: rgb(167,181,45); }
div.DivClassName
{
background-color: #A7B52D;
}
.BgClassName
{
background-color: #A7B52D;
}
</style>
border-color css
<style>
span { border-color: #A7B52D; }
span { border-color: rgb(167,181,45); }
td.TdClassName
{
border-color: #A7B52D;
}
.TagClassName
{
border-color: #A7B52D;
}
</style>