Shades of Rio Grande #B5BD1D
Tints of Rio Grande #B5BD1D
RGB
CMYK
RGB Variations
Color information
#B5BD1D (or 0xB5BD1D) is known color: Rio Grande. HEX triplet: B5, BD and 1D. RGB value is (181,189,29). Sum of RGB (Red+Green+Blue) = 181+189+29=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD1D is #4A42E2. Grayscale: #A9A9A9. Windows color (decimal): -4866787 or 1949109. OLE color: 1949109.
HSL color Cylindrical-coordinate representation of color #B5BD1D: hue angle of 63º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5BD1D is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 29 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.26 |
| HSL | 63º | 0.73% | 0.43% | - |
| HSV(B) | 63º | 0.85% | 0.74% | - |
| XYZ | 37.48 | 46.31 | 8.13 | - |
| YUV | 168.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 29 | 0.04 | 0 | 0.85 | 0.26 | 63 | 0.73 | 0.43 |
| Hex | B5 | BD | 1D | 4 | 0 | 55 | 1A | 3F | 49 | 2B |
| Octal | 265 | 275 | 35 | 4 | 0 | 125 | 32 | 77 | 111 | 53 |
| Binary | 10110101 | 10111101 | 11101 | 100 | 0 | 1010101 | 11010 | 111111 | 1001001 | 101011 |
Color Harmonies of #B5BD1D
Complementary color
Monochromatic Colors of #B5BD1D
Black with #B5BD1D
Text Example
Text Example
White with #B5BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD1D; }
p { color: rgb(181,189,29); }
H1.HeaderClassName
{
color: #B5BD1D;
}
.AnyTagClassName
{
color: #B5BD1D;
}
</style>
background-color css
<style>
a { background-color: #B5BD1D; }
a { background-color: rgb(181,189,29); }
div.DivClassName
{
background-color: #B5BD1D;
}
.BgClassName
{
background-color: #B5BD1D;
}
</style>
border-color css
<style>
span { border-color: #B5BD1D; }
span { border-color: rgb(181,189,29); }
td.TdClassName
{
border-color: #B5BD1D;
}
.TagClassName
{
border-color: #B5BD1D;
}
</style>