Shades of Rio Grande #B7B924
Tints of Rio Grande #B7B924
RGB
CMYK
RGB Variations
Color information
#B7B924 (or 0xB7B924) is known color: Rio Grande. HEX triplet: B7, B9 and 24. RGB value is (183,185,36). Sum of RGB (Red+Green+Blue) = 183+185+36=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B924 is #4846DB. Grayscale: #A8A8A8. Windows color (decimal): -4736732 or 2406839. OLE color: 2406839.
HSL color Cylindrical-coordinate representation of color #B7B924: hue angle of 60.81º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7B924 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 36 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.27 |
| HSL | 60.81º | 0.67% | 0.43% | - |
| HSV(B) | 60.81º | 0.81% | 0.73% | - |
| XYZ | 37.2 | 44.89 | 8.37 | - |
| YUV | 167.42 | 53.84 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 36 | 0.01 | 0 | 0.81 | 0.27 | 60.81 | 0.67 | 0.43 |
| Hex | B7 | B9 | 24 | 1 | 0 | 51 | 1B | 3D | 43 | 2B |
| Octal | 267 | 271 | 44 | 1 | 0 | 121 | 33 | 75 | 103 | 53 |
| Binary | 10110111 | 10111001 | 100100 | 1 | 0 | 1010001 | 11011 | 111101 | 1000011 | 101011 |
Color Harmonies of #B7B924
Complementary color
Monochromatic Colors of #B7B924
Black with #B7B924
Text Example
Text Example
White with #B7B924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B924; }
p { color: rgb(183,185,36); }
H1.HeaderClassName
{
color: #B7B924;
}
.AnyTagClassName
{
color: #B7B924;
}
</style>
background-color css
<style>
a { background-color: #B7B924; }
a { background-color: rgb(183,185,36); }
div.DivClassName
{
background-color: #B7B924;
}
.BgClassName
{
background-color: #B7B924;
}
</style>
border-color css
<style>
span { border-color: #B7B924; }
span { border-color: rgb(183,185,36); }
td.TdClassName
{
border-color: #B7B924;
}
.TagClassName
{
border-color: #B7B924;
}
</style>