Shades of Rio Grande #B5C21F
Tints of Rio Grande #B5C21F
RGB
CMYK
RGB Variations
Color information
#B5C21F (or 0xB5C21F) is known color: Rio Grande. HEX triplet: B5, C2 and 1F. RGB value is (181,194,31). Sum of RGB (Red+Green+Blue) = 181+194+31=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 194 (76.17% from 255 or 47.78% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C21F is #4A3DE0. Grayscale: #ACACAC. Windows color (decimal): -4865505 or 2081461. OLE color: 2081461.
HSL color Cylindrical-coordinate representation of color #B5C21F: hue angle of 64.79º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5C21F is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 31 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.24 |
| HSL | 64.79º | 0.72% | 0.44% | - |
| HSV(B) | 64.79º | 0.84% | 0.76% | - |
| XYZ | 38.6 | 48.51 | 8.62 | - |
| YUV | 171.53 | 48.69 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 31 | 0.07 | 0 | 0.84 | 0.24 | 64.79 | 0.72 | 0.44 |
| Hex | B5 | C2 | 1F | 7 | 0 | 54 | 18 | 41 | 48 | 2C |
| Octal | 265 | 302 | 37 | 7 | 0 | 124 | 30 | 101 | 110 | 54 |
| Binary | 10110101 | 11000010 | 11111 | 111 | 0 | 1010100 | 11000 | 1000001 | 1001000 | 101100 |
Color Harmonies of #B5C21F
Complementary color
Monochromatic Colors of #B5C21F
Black with #B5C21F
Text Example
Text Example
White with #B5C21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C21F; }
p { color: rgb(181,194,31); }
H1.HeaderClassName
{
color: #B5C21F;
}
.AnyTagClassName
{
color: #B5C21F;
}
</style>
background-color css
<style>
a { background-color: #B5C21F; }
a { background-color: rgb(181,194,31); }
div.DivClassName
{
background-color: #B5C21F;
}
.BgClassName
{
background-color: #B5C21F;
}
</style>
border-color css
<style>
span { border-color: #B5C21F; }
span { border-color: rgb(181,194,31); }
td.TdClassName
{
border-color: #B5C21F;
}
.TagClassName
{
border-color: #B5C21F;
}
</style>