Shades of Rio Grande #B7C32D
Tints of Rio Grande #B7C32D
RGB
CMYK
RGB Variations
Color information
#B7C32D (or 0xB7C32D) is known color: Rio Grande. HEX triplet: B7, C3 and 2D. RGB value is (183,195,45). Sum of RGB (Red+Green+Blue) = 183+195+45=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #B7C32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C32D is #483CD2. Grayscale: #AEAEAE. Windows color (decimal): -4734163 or 2999223. OLE color: 2999223.
HSL color Cylindrical-coordinate representation of color #B7C32D: hue angle of 64.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7C32D is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 195 | 45 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.24 |
| HSL | 64.8º | 0.63% | 0.47% | - |
| HSV(B) | 64.8º | 0.77% | 0.76% | - |
| XYZ | 39.52 | 49.29 | 9.91 | - |
| YUV | 174.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 195 | 45 | 0.06 | 0 | 0.77 | 0.24 | 64.8 | 0.63 | 0.47 |
| Hex | B7 | C3 | 2D | 6 | 0 | 4D | 18 | 41 | 3E | 2F |
| Octal | 267 | 303 | 55 | 6 | 0 | 115 | 30 | 101 | 76 | 57 |
| Binary | 10110111 | 11000011 | 101101 | 110 | 0 | 1001101 | 11000 | 1000001 | 111110 | 101111 |
Color Harmonies of #B7C32D
Complementary color
Monochromatic Colors of #B7C32D
Black with #B7C32D
Text Example
Text Example
White with #B7C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C32D; }
p { color: rgb(183,195,45); }
H1.HeaderClassName
{
color: #B7C32D;
}
.AnyTagClassName
{
color: #B7C32D;
}
</style>
background-color css
<style>
a { background-color: #B7C32D; }
a { background-color: rgb(183,195,45); }
div.DivClassName
{
background-color: #B7C32D;
}
.BgClassName
{
background-color: #B7C32D;
}
</style>
border-color css
<style>
span { border-color: #B7C32D; }
span { border-color: rgb(183,195,45); }
td.TdClassName
{
border-color: #B7C32D;
}
.TagClassName
{
border-color: #B7C32D;
}
</style>