Shades of Rio Grande #B5C215
Tints of Rio Grande #B5C215
RGB
CMYK
RGB Variations
Color information
#B5C215 (or 0xB5C215) is known color: Rio Grande. HEX triplet: B5, C2 and 15. RGB value is (181,194,21). Sum of RGB (Red+Green+Blue) = 181+194+21=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C215 is #4A3DEA. Grayscale: #ABABAB. Windows color (decimal): -4865515 or 1426101. OLE color: 1426101.
HSL color Cylindrical-coordinate representation of color #B5C215: hue angle of 64.51º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5C215 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 21 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.24 |
| HSL | 64.51º | 0.8% | 0.42% | - |
| HSV(B) | 64.51º | 0.89% | 0.76% | - |
| XYZ | 38.48 | 48.46 | 8.04 | - |
| YUV | 170.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 21 | 0.07 | 0 | 0.89 | 0.24 | 64.51 | 0.8 | 0.42 |
| Hex | B5 | C2 | 15 | 7 | 0 | 59 | 18 | 41 | 50 | 2A |
| Octal | 265 | 302 | 25 | 7 | 0 | 131 | 30 | 101 | 120 | 52 |
| Binary | 10110101 | 11000010 | 10101 | 111 | 0 | 1011001 | 11000 | 1000001 | 1010000 | 101010 |
Color Harmonies of #B5C215
Complementary color
Monochromatic Colors of #B5C215
Black with #B5C215
Text Example
Text Example
White with #B5C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C215; }
p { color: rgb(181,194,21); }
H1.HeaderClassName
{
color: #B5C215;
}
.AnyTagClassName
{
color: #B5C215;
}
</style>
background-color css
<style>
a { background-color: #B5C215; }
a { background-color: rgb(181,194,21); }
div.DivClassName
{
background-color: #B5C215;
}
.BgClassName
{
background-color: #B5C215;
}
</style>
border-color css
<style>
span { border-color: #B5C215; }
span { border-color: rgb(181,194,21); }
td.TdClassName
{
border-color: #B5C215;
}
.TagClassName
{
border-color: #B5C215;
}
</style>