Shades of Rio Grande #B7C320
Tints of Rio Grande #B7C320
RGB
CMYK
RGB Variations
Color information
#B7C320 (or 0xB7C320) is known color: Rio Grande. HEX triplet: B7, C3 and 20. RGB value is (183,195,32). Sum of RGB (Red+Green+Blue) = 183+195+32=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 32 (12.89% from 255 or 7.80% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C320 is #483CDF. Grayscale: #ADADAD. Windows color (decimal): -4734176 or 2147255. OLE color: 2147255.
HSL color Cylindrical-coordinate representation of color #B7C320: hue angle of 64.42º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7C320 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 32 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.24 |
| HSL | 64.42º | 0.72% | 0.45% | - |
| HSV(B) | 64.42º | 0.84% | 0.76% | - |
| XYZ | 39.3 | 49.2 | 8.79 | - |
| YUV | 172.83 | 48.52 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 32 | 0.06 | 0 | 0.84 | 0.24 | 64.42 | 0.72 | 0.45 |
| Hex | B7 | C3 | 20 | 6 | 0 | 54 | 18 | 40 | 48 | 2D |
| Octal | 267 | 303 | 40 | 6 | 0 | 124 | 30 | 100 | 110 | 55 |
| Binary | 10110111 | 11000011 | 100000 | 110 | 0 | 1010100 | 11000 | 1000000 | 1001000 | 101101 |
Color Harmonies of #B7C320
Complementary color
Monochromatic Colors of #B7C320
Black with #B7C320
Text Example
Text Example
White with #B7C320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C320; }
p { color: rgb(183,195,32); }
H1.HeaderClassName
{
color: #B7C320;
}
.AnyTagClassName
{
color: #B7C320;
}
</style>
background-color css
<style>
a { background-color: #B7C320; }
a { background-color: rgb(183,195,32); }
div.DivClassName
{
background-color: #B7C320;
}
.BgClassName
{
background-color: #B7C320;
}
</style>
border-color css
<style>
span { border-color: #B7C320; }
span { border-color: rgb(183,195,32); }
td.TdClassName
{
border-color: #B7C320;
}
.TagClassName
{
border-color: #B7C320;
}
</style>