Shades of Rio Grande #B7D010
Tints of Rio Grande #B7D010
RGB
CMYK
RGB Variations
Color information
#B7D010 (or 0xB7D010) is known color: Rio Grande. HEX triplet: B7, D0 and 10. RGB value is (183,208,16). Sum of RGB (Red+Green+Blue) = 183+208+16=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 208 (81.64% from 255 or 51.11% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D010 is #482FEF. Grayscale: #B3B3B3. Windows color (decimal): -4730864 or 1102007. OLE color: 1102007.
HSL color Cylindrical-coordinate representation of color #B7D010: hue angle of 67.81º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7D010 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.18 |
| HSL | 67.81º | 0.86% | 0.44% | - |
| HSV(B) | 67.81º | 0.92% | 0.82% | - |
| XYZ | 42.18 | 55.22 | 8.93 | - |
| YUV | 178.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 16 | 0.12 | 0 | 0.92 | 0.18 | 67.81 | 0.86 | 0.44 |
| Hex | B7 | D0 | 10 | C | 0 | 5C | 12 | 44 | 56 | 2C |
| Octal | 267 | 320 | 20 | 14 | 0 | 134 | 22 | 104 | 126 | 54 |
| Binary | 10110111 | 11010000 | 10000 | 1100 | 0 | 1011100 | 10010 | 1000100 | 1010110 | 101100 |
Color Harmonies of #B7D010
Complementary color
Monochromatic Colors of #B7D010
Black with #B7D010
Text Example
Text Example
White with #B7D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D010; }
p { color: rgb(183,208,16); }
H1.HeaderClassName
{
color: #B7D010;
}
.AnyTagClassName
{
color: #B7D010;
}
</style>
background-color css
<style>
a { background-color: #B7D010; }
a { background-color: rgb(183,208,16); }
div.DivClassName
{
background-color: #B7D010;
}
.BgClassName
{
background-color: #B7D010;
}
</style>
border-color css
<style>
span { border-color: #B7D010; }
span { border-color: rgb(183,208,16); }
td.TdClassName
{
border-color: #B7D010;
}
.TagClassName
{
border-color: #B7D010;
}
</style>