Shades of Rio Grande #B7CD15
Tints of Rio Grande #B7CD15
RGB
CMYK
RGB Variations
Color information
#B7CD15 (or 0xB7CD15) is known color: Rio Grande. HEX triplet: B7, CD and 15. RGB value is (183,205,21). Sum of RGB (Red+Green+Blue) = 183+205+21=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 21 (8.59% from 255 or 5.13% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CD15 is #4832EA. Grayscale: #B2B2B2. Windows color (decimal): -4731627 or 1428919. OLE color: 1428919.
HSL color Cylindrical-coordinate representation of color #B7CD15: hue angle of 67.17º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7CD15 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 21 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.20 |
| HSL | 67.17º | 0.81% | 0.44% | - |
| HSV(B) | 67.17º | 0.9% | 0.8% | - |
| XYZ | 41.5 | 53.78 | 8.9 | - |
| YUV | 177.45 | 39.71 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 21 | 0.11 | 0 | 0.90 | 0.20 | 67.17 | 0.81 | 0.44 |
| Hex | B7 | CD | 15 | B | 0 | 5A | 14 | 43 | 51 | 2C |
| Octal | 267 | 315 | 25 | 13 | 0 | 132 | 24 | 103 | 121 | 54 |
| Binary | 10110111 | 11001101 | 10101 | 1011 | 0 | 1011010 | 10100 | 1000011 | 1010001 | 101100 |
Color Harmonies of #B7CD15
Complementary color
Monochromatic Colors of #B7CD15
Black with #B7CD15
Text Example
Text Example
White with #B7CD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CD15; }
p { color: rgb(183,205,21); }
H1.HeaderClassName
{
color: #B7CD15;
}
.AnyTagClassName
{
color: #B7CD15;
}
</style>
background-color css
<style>
a { background-color: #B7CD15; }
a { background-color: rgb(183,205,21); }
div.DivClassName
{
background-color: #B7CD15;
}
.BgClassName
{
background-color: #B7CD15;
}
</style>
border-color css
<style>
span { border-color: #B7CD15; }
span { border-color: rgb(183,205,21); }
td.TdClassName
{
border-color: #B7CD15;
}
.TagClassName
{
border-color: #B7CD15;
}
</style>