Shades of Rio Grande #B7BC30
Tints of Rio Grande #B7BC30
RGB
CMYK
RGB Variations
Color information
#B7BC30 (or 0xB7BC30) is known color: Rio Grande. HEX triplet: B7, BC and 30. RGB value is (183,188,48). Sum of RGB (Red+Green+Blue) = 183+188+48=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BC30 is #4843CF. Grayscale: #ABABAB. Windows color (decimal): -4735952 or 3194039. OLE color: 3194039.
HSL color Cylindrical-coordinate representation of color #B7BC30: hue angle of 62.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7BC30 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 188 | 48 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.26 |
| HSL | 62.14º | 0.59% | 0.46% | - |
| HSV(B) | 62.14º | 0.74% | 0.74% | - |
| XYZ | 38.05 | 46.25 | 9.72 | - |
| YUV | 170.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 48 | 0.03 | 0 | 0.74 | 0.26 | 62.14 | 0.59 | 0.46 |
| Hex | B7 | BC | 30 | 3 | 0 | 4A | 1A | 3E | 3B | 2E |
| Octal | 267 | 274 | 60 | 3 | 0 | 112 | 32 | 76 | 73 | 56 |
| Binary | 10110111 | 10111100 | 110000 | 11 | 0 | 1001010 | 11010 | 111110 | 111011 | 101110 |
Color Harmonies of #B7BC30
Complementary color
Monochromatic Colors of #B7BC30
Black with #B7BC30
Text Example
Text Example
White with #B7BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BC30; }
p { color: rgb(183,188,48); }
H1.HeaderClassName
{
color: #B7BC30;
}
.AnyTagClassName
{
color: #B7BC30;
}
</style>
background-color css
<style>
a { background-color: #B7BC30; }
a { background-color: rgb(183,188,48); }
div.DivClassName
{
background-color: #B7BC30;
}
.BgClassName
{
background-color: #B7BC30;
}
</style>
border-color css
<style>
span { border-color: #B7BC30; }
span { border-color: rgb(183,188,48); }
td.TdClassName
{
border-color: #B7BC30;
}
.TagClassName
{
border-color: #B7BC30;
}
</style>