Shades of Rio Grande #B7D51B
Tints of Rio Grande #B7D51B
RGB
CMYK
RGB Variations
Color information
#B7D51B (or 0xB7D51B) is known color: Rio Grande. HEX triplet: B7, D5 and 1B. RGB value is (183,213,27). Sum of RGB (Red+Green+Blue) = 183+213+27=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 213 (83.59% from 255 or 50.35% from 423); Blue value is 27 (10.94% from 255 or 6.38% from 423); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D51B is #482AE4. Grayscale: #B7B7B7. Windows color (decimal): -4729573 or 1824183. OLE color: 1824183.
HSL color Cylindrical-coordinate representation of color #B7D51B: hue angle of 69.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7D51B is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 27 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.16 |
| HSL | 69.68º | 0.78% | 0.47% | - |
| HSV(B) | 69.68º | 0.87% | 0.84% | - |
| XYZ | 43.52 | 57.73 | 9.89 | - |
| YUV | 182.83 | 40.06 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 27 | 0.14 | 0 | 0.87 | 0.16 | 69.68 | 0.78 | 0.47 |
| Hex | B7 | D5 | 1B | E | 0 | 57 | 10 | 46 | 4E | 2F |
| Octal | 267 | 325 | 33 | 16 | 0 | 127 | 20 | 106 | 116 | 57 |
| Binary | 10110111 | 11010101 | 11011 | 1110 | 0 | 1010111 | 10000 | 1000110 | 1001110 | 101111 |
Color Harmonies of #B7D51B
Complementary color
Monochromatic Colors of #B7D51B
Black with #B7D51B
Text Example
Text Example
White with #B7D51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D51B; }
p { color: rgb(183,213,27); }
H1.HeaderClassName
{
color: #B7D51B;
}
.AnyTagClassName
{
color: #B7D51B;
}
</style>
background-color css
<style>
a { background-color: #B7D51B; }
a { background-color: rgb(183,213,27); }
div.DivClassName
{
background-color: #B7D51B;
}
.BgClassName
{
background-color: #B7D51B;
}
</style>
border-color css
<style>
span { border-color: #B7D51B; }
span { border-color: rgb(183,213,27); }
td.TdClassName
{
border-color: #B7D51B;
}
.TagClassName
{
border-color: #B7D51B;
}
</style>