Shades of Rio Grande #B7BA21
Tints of Rio Grande #B7BA21
RGB
CMYK
RGB Variations
Color information
#B7BA21 (or 0xB7BA21) is known color: Rio Grande. HEX triplet: B7, BA and 21. RGB value is (183,186,33). Sum of RGB (Red+Green+Blue) = 183+186+33=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BA21 is #4845DE. Grayscale: #A8A8A8. Windows color (decimal): -4736479 or 2210487. OLE color: 2210487.
HSL color Cylindrical-coordinate representation of color #B7BA21: hue angle of 61.18º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7BA21 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 186 | 33 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.27 |
| HSL | 61.18º | 0.7% | 0.43% | - |
| HSV(B) | 61.18º | 0.82% | 0.73% | - |
| XYZ | 37.36 | 45.29 | 8.21 | - |
| YUV | 167.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 186 | 33 | 0.02 | 0 | 0.82 | 0.27 | 61.18 | 0.7 | 0.43 |
| Hex | B7 | BA | 21 | 2 | 0 | 52 | 1B | 3D | 46 | 2B |
| Octal | 267 | 272 | 41 | 2 | 0 | 122 | 33 | 75 | 106 | 53 |
| Binary | 10110111 | 10111010 | 100001 | 10 | 0 | 1010010 | 11011 | 111101 | 1000110 | 101011 |
Color Harmonies of #B7BA21
Complementary color
Monochromatic Colors of #B7BA21
Black with #B7BA21
Text Example
Text Example
White with #B7BA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BA21; }
p { color: rgb(183,186,33); }
H1.HeaderClassName
{
color: #B7BA21;
}
.AnyTagClassName
{
color: #B7BA21;
}
</style>
background-color css
<style>
a { background-color: #B7BA21; }
a { background-color: rgb(183,186,33); }
div.DivClassName
{
background-color: #B7BA21;
}
.BgClassName
{
background-color: #B7BA21;
}
</style>
border-color css
<style>
span { border-color: #B7BA21; }
span { border-color: rgb(183,186,33); }
td.TdClassName
{
border-color: #B7BA21;
}
.TagClassName
{
border-color: #B7BA21;
}
</style>