Shades of Rio Grande #B7BA24
Tints of Rio Grande #B7BA24
RGB
CMYK
RGB Variations
Color information
#B7BA24 (or 0xB7BA24) is known color: Rio Grande. HEX triplet: B7, BA and 24. RGB value is (183,186,36). Sum of RGB (Red+Green+Blue) = 183+186+36=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA24 is #4845DB. Grayscale: #A8A8A8. Windows color (decimal): -4736476 or 2407095. OLE color: 2407095.
HSL color Cylindrical-coordinate representation of color #B7BA24: hue angle of 61.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7BA24 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 36 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.27 |
| HSL | 61.2º | 0.68% | 0.44% | - |
| HSV(B) | 61.2º | 0.81% | 0.73% | - |
| XYZ | 37.41 | 45.31 | 8.44 | - |
| YUV | 168 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 36 | 0.02 | 0 | 0.81 | 0.27 | 61.2 | 0.68 | 0.44 |
| Hex | B7 | BA | 24 | 2 | 0 | 51 | 1B | 3D | 44 | 2C |
| Octal | 267 | 272 | 44 | 2 | 0 | 121 | 33 | 75 | 104 | 54 |
| Binary | 10110111 | 10111010 | 100100 | 10 | 0 | 1010001 | 11011 | 111101 | 1000100 | 101100 |
Color Harmonies of #B7BA24
Complementary color
Monochromatic Colors of #B7BA24
Black with #B7BA24
Text Example
Text Example
White with #B7BA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA24; }
p { color: rgb(183,186,36); }
H1.HeaderClassName
{
color: #B7BA24;
}
.AnyTagClassName
{
color: #B7BA24;
}
</style>
background-color css
<style>
a { background-color: #B7BA24; }
a { background-color: rgb(183,186,36); }
div.DivClassName
{
background-color: #B7BA24;
}
.BgClassName
{
background-color: #B7BA24;
}
</style>
border-color css
<style>
span { border-color: #B7BA24; }
span { border-color: rgb(183,186,36); }
td.TdClassName
{
border-color: #B7BA24;
}
.TagClassName
{
border-color: #B7BA24;
}
</style>