Shades of Rio Grande #B7D31D
Tints of Rio Grande #B7D31D
RGB
CMYK
RGB Variations
Color information
#B7D31D (or 0xB7D31D) is known color: Rio Grande. HEX triplet: B7, D3 and 1D. RGB value is (183,211,29). Sum of RGB (Red+Green+Blue) = 183+211+29=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D31D is #482CE2. Grayscale: #B6B6B6. Windows color (decimal): -4730083 or 1954743. OLE color: 1954743.
HSL color Cylindrical-coordinate representation of color #B7D31D: hue angle of 69.23º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7D31D is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 211 | 29 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.17 |
| HSL | 69.23º | 0.76% | 0.47% | - |
| HSV(B) | 69.23º | 0.86% | 0.83% | - |
| XYZ | 43.04 | 56.74 | 9.85 | - |
| YUV | 181.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 29 | 0.13 | 0 | 0.86 | 0.17 | 69.23 | 0.76 | 0.47 |
| Hex | B7 | D3 | 1D | D | 0 | 56 | 11 | 45 | 4C | 2F |
| Octal | 267 | 323 | 35 | 15 | 0 | 126 | 21 | 105 | 114 | 57 |
| Binary | 10110111 | 11010011 | 11101 | 1101 | 0 | 1010110 | 10001 | 1000101 | 1001100 | 101111 |
Color Harmonies of #B7D31D
Complementary color
Monochromatic Colors of #B7D31D
Black with #B7D31D
Text Example
Text Example
White with #B7D31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D31D; }
p { color: rgb(183,211,29); }
H1.HeaderClassName
{
color: #B7D31D;
}
.AnyTagClassName
{
color: #B7D31D;
}
</style>
background-color css
<style>
a { background-color: #B7D31D; }
a { background-color: rgb(183,211,29); }
div.DivClassName
{
background-color: #B7D31D;
}
.BgClassName
{
background-color: #B7D31D;
}
</style>
border-color css
<style>
span { border-color: #B7D31D; }
span { border-color: rgb(183,211,29); }
td.TdClassName
{
border-color: #B7D31D;
}
.TagClassName
{
border-color: #B7D31D;
}
</style>