Shades of Rio Grande #B5D51C
Tints of Rio Grande #B5D51C
RGB
CMYK
RGB Variations
Color information
#B5D51C (or 0xB5D51C) is known color: Rio Grande. HEX triplet: B5, D5 and 1C. RGB value is (181,213,28). Sum of RGB (Red+Green+Blue) = 181+213+28=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D51C is #4A2AE3. Grayscale: #B7B7B7. Windows color (decimal): -4860644 or 1889717. OLE color: 1889717.
HSL color Cylindrical-coordinate representation of color #B5D51C: hue angle of 70.38º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5D51C is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 213 | 28 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.16 |
| HSL | 70.38º | 0.77% | 0.47% | - |
| HSV(B) | 70.38º | 0.87% | 0.84% | - |
| XYZ | 43.06 | 57.5 | 9.93 | - |
| YUV | 182.34 | 40.9 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 213 | 28 | 0.15 | 0 | 0.87 | 0.16 | 70.38 | 0.77 | 0.47 |
| Hex | B5 | D5 | 1C | F | 0 | 57 | 10 | 46 | 4D | 2F |
| Octal | 265 | 325 | 34 | 17 | 0 | 127 | 20 | 106 | 115 | 57 |
| Binary | 10110101 | 11010101 | 11100 | 1111 | 0 | 1010111 | 10000 | 1000110 | 1001101 | 101111 |
Color Harmonies of #B5D51C
Complementary color
Monochromatic Colors of #B5D51C
Black with #B5D51C
Text Example
Text Example
White with #B5D51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D51C; }
p { color: rgb(181,213,28); }
H1.HeaderClassName
{
color: #B5D51C;
}
.AnyTagClassName
{
color: #B5D51C;
}
</style>
background-color css
<style>
a { background-color: #B5D51C; }
a { background-color: rgb(181,213,28); }
div.DivClassName
{
background-color: #B5D51C;
}
.BgClassName
{
background-color: #B5D51C;
}
</style>
border-color css
<style>
span { border-color: #B5D51C; }
span { border-color: rgb(181,213,28); }
td.TdClassName
{
border-color: #B5D51C;
}
.TagClassName
{
border-color: #B5D51C;
}
</style>