Shades of Rio Grande #B7BF30
Tints of Rio Grande #B7BF30
RGB
CMYK
RGB Variations
Color information
#B7BF30 (or 0xB7BF30) is known color: Rio Grande. HEX triplet: B7, BF and 30. RGB value is (183,191,48). Sum of RGB (Red+Green+Blue) = 183+191+48=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BF30 is #4840CF. Grayscale: #ACACAC. Windows color (decimal): -4735184 or 3194807. OLE color: 3194807.
HSL color Cylindrical-coordinate representation of color #B7BF30: hue angle of 63.36º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7BF30 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 191 | 48 | - |
| CMYK | 0.04 | 0 | 0.75 | 0.25 |
| HSL | 63.36º | 0.6% | 0.47% | - |
| HSV(B) | 63.36º | 0.75% | 0.75% | - |
| XYZ | 38.69 | 47.54 | 9.93 | - |
| YUV | 172.31 | 57.85 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 48 | 0.04 | 0 | 0.75 | 0.25 | 63.36 | 0.6 | 0.47 |
| Hex | B7 | BF | 30 | 4 | 0 | 4B | 19 | 3F | 3C | 2F |
| Octal | 267 | 277 | 60 | 4 | 0 | 113 | 31 | 77 | 74 | 57 |
| Binary | 10110111 | 10111111 | 110000 | 100 | 0 | 1001011 | 11001 | 111111 | 111100 | 101111 |
Color Harmonies of #B7BF30
Complementary color
Monochromatic Colors of #B7BF30
Black with #B7BF30
Text Example
Text Example
White with #B7BF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BF30; }
p { color: rgb(183,191,48); }
H1.HeaderClassName
{
color: #B7BF30;
}
.AnyTagClassName
{
color: #B7BF30;
}
</style>
background-color css
<style>
a { background-color: #B7BF30; }
a { background-color: rgb(183,191,48); }
div.DivClassName
{
background-color: #B7BF30;
}
.BgClassName
{
background-color: #B7BF30;
}
</style>
border-color css
<style>
span { border-color: #B7BF30; }
span { border-color: rgb(183,191,48); }
td.TdClassName
{
border-color: #B7BF30;
}
.TagClassName
{
border-color: #B7BF30;
}
</style>