Shades of Rio Grande #B7BD1B
Tints of Rio Grande #B7BD1B
RGB
CMYK
RGB Variations
Color information
#B7BD1B (or 0xB7BD1B) is known color: Rio Grande. HEX triplet: B7, BD and 1B. RGB value is (183,189,27). Sum of RGB (Red+Green+Blue) = 183+189+27=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD1B is #4842E4. Grayscale: #A9A9A9. Windows color (decimal): -4735717 or 1818039. OLE color: 1818039.
HSL color Cylindrical-coordinate representation of color #B7BD1B: hue angle of 62.22º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7BD1B is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 27 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.26 |
| HSL | 62.22º | 0.75% | 0.42% | - |
| HSV(B) | 62.22º | 0.86% | 0.74% | - |
| XYZ | 37.92 | 46.54 | 8.02 | - |
| YUV | 168.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 27 | 0.03 | 0 | 0.86 | 0.26 | 62.22 | 0.75 | 0.42 |
| Hex | B7 | BD | 1B | 3 | 0 | 56 | 1A | 3E | 4B | 2A |
| Octal | 267 | 275 | 33 | 3 | 0 | 126 | 32 | 76 | 113 | 52 |
| Binary | 10110111 | 10111101 | 11011 | 11 | 0 | 1010110 | 11010 | 111110 | 1001011 | 101010 |
Color Harmonies of #B7BD1B
Complementary color
Monochromatic Colors of #B7BD1B
Black with #B7BD1B
Text Example
Text Example
White with #B7BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD1B; }
p { color: rgb(183,189,27); }
H1.HeaderClassName
{
color: #B7BD1B;
}
.AnyTagClassName
{
color: #B7BD1B;
}
</style>
background-color css
<style>
a { background-color: #B7BD1B; }
a { background-color: rgb(183,189,27); }
div.DivClassName
{
background-color: #B7BD1B;
}
.BgClassName
{
background-color: #B7BD1B;
}
</style>
border-color css
<style>
span { border-color: #B7BD1B; }
span { border-color: rgb(183,189,27); }
td.TdClassName
{
border-color: #B7BD1B;
}
.TagClassName
{
border-color: #B7BD1B;
}
</style>