Shades of Bahia #A5B72C
Tints of Bahia #A5B72C
RGB
CMYK
RGB Variations
Color information
#A5B72C (or 0xA5B72C) is known color: Bahia. HEX triplet: A5, B7 and 2C. RGB value is (165,183,44). Sum of RGB (Red+Green+Blue) = 165+183+44=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B72C is #5A48D3. Grayscale: #A2A2A2. Windows color (decimal): -5916884 or 2930597. OLE color: 2930597.
HSL color Cylindrical-coordinate representation of color #A5B72C: hue angle of 67.77º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5B72C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 165 | 183 | 44 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.28 |
| HSL | 67.77º | 0.61% | 0.45% | - |
| HSV(B) | 67.77º | 0.76% | 0.72% | - |
| XYZ | 32.91 | 42.05 | 8.76 | - |
| YUV | 161.77 | 61.54 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 183 | 44 | 0.10 | 0 | 0.76 | 0.28 | 67.77 | 0.61 | 0.45 |
| Hex | A5 | B7 | 2C | A | 0 | 4C | 1C | 44 | 3D | 2D |
| Octal | 245 | 267 | 54 | 12 | 0 | 114 | 34 | 104 | 75 | 55 |
| Binary | 10100101 | 10110111 | 101100 | 1010 | 0 | 1001100 | 11100 | 1000100 | 111101 | 101101 |
Color Harmonies of #A5B72C
Complementary color
Monochromatic Colors of #A5B72C
Black with #A5B72C
Text Example
Text Example
White with #A5B72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5B72C; }
p { color: rgb(165,183,44); }
H1.HeaderClassName
{
color: #A5B72C;
}
.AnyTagClassName
{
color: #A5B72C;
}
</style>
background-color css
<style>
a { background-color: #A5B72C; }
a { background-color: rgb(165,183,44); }
div.DivClassName
{
background-color: #A5B72C;
}
.BgClassName
{
background-color: #A5B72C;
}
</style>
border-color css
<style>
span { border-color: #A5B72C; }
span { border-color: rgb(165,183,44); }
td.TdClassName
{
border-color: #A5B72C;
}
.TagClassName
{
border-color: #A5B72C;
}
</style>