Shades of Rio Grande #B7D515
Tints of Rio Grande #B7D515
RGB
CMYK
RGB Variations
Color information
#B7D515 (or 0xB7D515) is known color: Rio Grande. HEX triplet: B7, D5 and 15. RGB value is (183,213,21). Sum of RGB (Red+Green+Blue) = 183+213+21=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D515 is #482AEA. Grayscale: #B6B6B6. Windows color (decimal): -4729579 or 1430967. OLE color: 1430967.
HSL color Cylindrical-coordinate representation of color #B7D515: hue angle of 69.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7D515 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.16 |
| HSL | 69.38º | 0.82% | 0.46% | - |
| HSV(B) | 69.38º | 0.9% | 0.84% | - |
| XYZ | 43.46 | 57.71 | 9.56 | - |
| YUV | 182.14 | 37.06 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 21 | 0.14 | 0 | 0.90 | 0.16 | 69.38 | 0.82 | 0.46 |
| Hex | B7 | D5 | 15 | E | 0 | 5A | 10 | 45 | 52 | 2E |
| Octal | 267 | 325 | 25 | 16 | 0 | 132 | 20 | 105 | 122 | 56 |
| Binary | 10110111 | 11010101 | 10101 | 1110 | 0 | 1011010 | 10000 | 1000101 | 1010010 | 101110 |
Color Harmonies of #B7D515
Complementary color
Monochromatic Colors of #B7D515
Black with #B7D515
Text Example
Text Example
White with #B7D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D515; }
p { color: rgb(183,213,21); }
H1.HeaderClassName
{
color: #B7D515;
}
.AnyTagClassName
{
color: #B7D515;
}
</style>
background-color css
<style>
a { background-color: #B7D515; }
a { background-color: rgb(183,213,21); }
div.DivClassName
{
background-color: #B7D515;
}
.BgClassName
{
background-color: #B7D515;
}
</style>
border-color css
<style>
span { border-color: #B7D515; }
span { border-color: rgb(183,213,21); }
td.TdClassName
{
border-color: #B7D515;
}
.TagClassName
{
border-color: #B7D515;
}
</style>