Shades of Rio Grande #B7BA23
Tints of Rio Grande #B7BA23
RGB
CMYK
RGB Variations
Color information
#B7BA23 (or 0xB7BA23) is known color: Rio Grande. HEX triplet: B7, BA and 23. RGB value is (183,186,35). Sum of RGB (Red+Green+Blue) = 183+186+35=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 35 (14.06% from 255 or 8.66% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA23 is #4845DC. Grayscale: #A8A8A8. Windows color (decimal): -4736477 or 2341559. OLE color: 2341559.
HSL color Cylindrical-coordinate representation of color #B7BA23: hue angle of 61.19º degrees, saturation: 0.68, 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 #B7BA23 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 35 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.27 |
| HSL | 61.19º | 0.68% | 0.43% | - |
| HSV(B) | 61.19º | 0.81% | 0.73% | - |
| XYZ | 37.39 | 45.31 | 8.36 | - |
| YUV | 167.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 35 | 0.02 | 0 | 0.81 | 0.27 | 61.19 | 0.68 | 0.43 |
| Hex | B7 | BA | 23 | 2 | 0 | 51 | 1B | 3D | 44 | 2B |
| Octal | 267 | 272 | 43 | 2 | 0 | 121 | 33 | 75 | 104 | 53 |
| Binary | 10110111 | 10111010 | 100011 | 10 | 0 | 1010001 | 11011 | 111101 | 1000100 | 101011 |
Color Harmonies of #B7BA23
Complementary color
Monochromatic Colors of #B7BA23
Black with #B7BA23
Text Example
Text Example
White with #B7BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA23; }
p { color: rgb(183,186,35); }
H1.HeaderClassName
{
color: #B7BA23;
}
.AnyTagClassName
{
color: #B7BA23;
}
</style>
background-color css
<style>
a { background-color: #B7BA23; }
a { background-color: rgb(183,186,35); }
div.DivClassName
{
background-color: #B7BA23;
}
.BgClassName
{
background-color: #B7BA23;
}
</style>
border-color css
<style>
span { border-color: #B7BA23; }
span { border-color: rgb(183,186,35); }
td.TdClassName
{
border-color: #B7BA23;
}
.TagClassName
{
border-color: #B7BA23;
}
</style>