Shades of Rio Grande #B5BD2D
Tints of Rio Grande #B5BD2D
RGB
CMYK
RGB Variations
Color information
#B5BD2D (or 0xB5BD2D) is known color: Rio Grande. HEX triplet: B5, BD and 2D. RGB value is (181,189,45). Sum of RGB (Red+Green+Blue) = 181+189+45=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD2D is #4A42D2. Grayscale: #AAAAAA. Windows color (decimal): -4866771 or 2997685. OLE color: 2997685.
HSL color Cylindrical-coordinate representation of color #B5BD2D: hue angle of 63.33º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5BD2D is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 45 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.26 |
| HSL | 63.33º | 0.62% | 0.46% | - |
| HSV(B) | 63.33º | 0.76% | 0.74% | - |
| XYZ | 37.73 | 46.41 | 9.45 | - |
| YUV | 170.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 45 | 0.04 | 0 | 0.76 | 0.26 | 63.33 | 0.62 | 0.46 |
| Hex | B5 | BD | 2D | 4 | 0 | 4C | 1A | 3F | 3E | 2E |
| Octal | 265 | 275 | 55 | 4 | 0 | 114 | 32 | 77 | 76 | 56 |
| Binary | 10110101 | 10111101 | 101101 | 100 | 0 | 1001100 | 11010 | 111111 | 111110 | 101110 |
Color Harmonies of #B5BD2D
Complementary color
Monochromatic Colors of #B5BD2D
Black with #B5BD2D
Text Example
Text Example
White with #B5BD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD2D; }
p { color: rgb(181,189,45); }
H1.HeaderClassName
{
color: #B5BD2D;
}
.AnyTagClassName
{
color: #B5BD2D;
}
</style>
background-color css
<style>
a { background-color: #B5BD2D; }
a { background-color: rgb(181,189,45); }
div.DivClassName
{
background-color: #B5BD2D;
}
.BgClassName
{
background-color: #B5BD2D;
}
</style>
border-color css
<style>
span { border-color: #B5BD2D; }
span { border-color: rgb(181,189,45); }
td.TdClassName
{
border-color: #B5BD2D;
}
.TagClassName
{
border-color: #B5BD2D;
}
</style>