Shades of Rio Grande #B7C32F
Tints of Rio Grande #B7C32F
RGB
CMYK
RGB Variations
Color information
#B7C32F (or 0xB7C32F) is known color: Rio Grande. HEX triplet: B7, C3 and 2F. RGB value is (183,195,47). Sum of RGB (Red+Green+Blue) = 183+195+47=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 195 (76.56% from 255 or 45.88% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C32F is #483CD0. Grayscale: #AFAFAF. Windows color (decimal): -4734161 or 3130295. OLE color: 3130295.
HSL color Cylindrical-coordinate representation of color #B7C32F: hue angle of 64.86º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7C32F is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 47 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.24 |
| HSL | 64.86º | 0.61% | 0.47% | - |
| HSV(B) | 64.86º | 0.76% | 0.76% | - |
| XYZ | 39.56 | 49.3 | 10.12 | - |
| YUV | 174.54 | 56.02 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 47 | 0.06 | 0 | 0.76 | 0.24 | 64.86 | 0.61 | 0.47 |
| Hex | B7 | C3 | 2F | 6 | 0 | 4C | 18 | 41 | 3D | 2F |
| Octal | 267 | 303 | 57 | 6 | 0 | 114 | 30 | 101 | 75 | 57 |
| Binary | 10110111 | 11000011 | 101111 | 110 | 0 | 1001100 | 11000 | 1000001 | 111101 | 101111 |
Color Harmonies of #B7C32F
Complementary color
Monochromatic Colors of #B7C32F
Black with #B7C32F
Text Example
Text Example
White with #B7C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C32F; }
p { color: rgb(183,195,47); }
H1.HeaderClassName
{
color: #B7C32F;
}
.AnyTagClassName
{
color: #B7C32F;
}
</style>
background-color css
<style>
a { background-color: #B7C32F; }
a { background-color: rgb(183,195,47); }
div.DivClassName
{
background-color: #B7C32F;
}
.BgClassName
{
background-color: #B7C32F;
}
</style>
border-color css
<style>
span { border-color: #B7C32F; }
span { border-color: rgb(183,195,47); }
td.TdClassName
{
border-color: #B7C32F;
}
.TagClassName
{
border-color: #B7C32F;
}
</style>