Shades of Rio Grande #B5C921
Tints of Rio Grande #B5C921
RGB
CMYK
RGB Variations
Color information
#B5C921 (or 0xB5C921) is known color: Rio Grande. HEX triplet: B5, C9 and 21. RGB value is (181,201,33). Sum of RGB (Red+Green+Blue) = 181+201+33=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C921 is #4A36DE. Grayscale: #B0B0B0. Windows color (decimal): -4863711 or 2214325. OLE color: 2214325.
HSL color Cylindrical-coordinate representation of color #B5C921: hue angle of 67.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5C921 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 33 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.21 |
| HSL | 67.14º | 0.72% | 0.46% | - |
| HSV(B) | 67.14º | 0.84% | 0.79% | - |
| XYZ | 40.22 | 51.71 | 9.3 | - |
| YUV | 175.87 | 47.37 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 33 | 0.10 | 0 | 0.84 | 0.21 | 67.14 | 0.72 | 0.46 |
| Hex | B5 | C9 | 21 | A | 0 | 54 | 15 | 43 | 48 | 2E |
| Octal | 265 | 311 | 41 | 12 | 0 | 124 | 25 | 103 | 110 | 56 |
| Binary | 10110101 | 11001001 | 100001 | 1010 | 0 | 1010100 | 10101 | 1000011 | 1001000 | 101110 |
Color Harmonies of #B5C921
Complementary color
Monochromatic Colors of #B5C921
Black with #B5C921
Text Example
Text Example
White with #B5C921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C921; }
p { color: rgb(181,201,33); }
H1.HeaderClassName
{
color: #B5C921;
}
.AnyTagClassName
{
color: #B5C921;
}
</style>
background-color css
<style>
a { background-color: #B5C921; }
a { background-color: rgb(181,201,33); }
div.DivClassName
{
background-color: #B5C921;
}
.BgClassName
{
background-color: #B5C921;
}
</style>
border-color css
<style>
span { border-color: #B5C921; }
span { border-color: rgb(181,201,33); }
td.TdClassName
{
border-color: #B5C921;
}
.TagClassName
{
border-color: #B5C921;
}
</style>