Shades of Rio Grande #B7D01E
Tints of Rio Grande #B7D01E
RGB
CMYK
RGB Variations
Color information
#B7D01E (or 0xB7D01E) is known color: Rio Grande. HEX triplet: B7, D0 and 1E. RGB value is (183,208,30). Sum of RGB (Red+Green+Blue) = 183+208+30=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #B7D01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D01E is #482FE1. Grayscale: #B4B4B4. Windows color (decimal): -4730850 or 2019511. OLE color: 2019511.
HSL color Cylindrical-coordinate representation of color #B7D01E: hue angle of 68.43º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7D01E is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 208 | 30 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.18 |
| HSL | 68.43º | 0.75% | 0.47% | - |
| HSV(B) | 68.43º | 0.86% | 0.82% | - |
| XYZ | 42.32 | 55.27 | 9.67 | - |
| YUV | 180.23 | 43.22 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 208 | 30 | 0.12 | 0 | 0.86 | 0.18 | 68.43 | 0.75 | 0.47 |
| Hex | B7 | D0 | 1E | C | 0 | 56 | 12 | 44 | 4B | 2F |
| Octal | 267 | 320 | 36 | 14 | 0 | 126 | 22 | 104 | 113 | 57 |
| Binary | 10110111 | 11010000 | 11110 | 1100 | 0 | 1010110 | 10010 | 1000100 | 1001011 | 101111 |
Color Harmonies of #B7D01E
Complementary color
Monochromatic Colors of #B7D01E
Black with #B7D01E
Text Example
Text Example
White with #B7D01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D01E; }
p { color: rgb(183,208,30); }
H1.HeaderClassName
{
color: #B7D01E;
}
.AnyTagClassName
{
color: #B7D01E;
}
</style>
background-color css
<style>
a { background-color: #B7D01E; }
a { background-color: rgb(183,208,30); }
div.DivClassName
{
background-color: #B7D01E;
}
.BgClassName
{
background-color: #B7D01E;
}
</style>
border-color css
<style>
span { border-color: #B7D01E; }
span { border-color: rgb(183,208,30); }
td.TdClassName
{
border-color: #B7D01E;
}
.TagClassName
{
border-color: #B7D01E;
}
</style>