Shades of Rio Grande #B5CE10
Tints of Rio Grande #B5CE10
RGB
CMYK
RGB Variations
Color information
#B5CE10 (or 0xB5CE10) is known color: Rio Grande. HEX triplet: B5, CE and 10. RGB value is (181,206,16). Sum of RGB (Red+Green+Blue) = 181+206+16=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CE10 is #4A31EF. Grayscale: #B1B1B1. Windows color (decimal): -4862448 or 1101493. OLE color: 1101493.
HSL color Cylindrical-coordinate representation of color #B5CE10: hue angle of 67.89º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5CE10 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 16 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.19 |
| HSL | 67.89º | 0.86% | 0.44% | - |
| HSV(B) | 67.89º | 0.92% | 0.81% | - |
| XYZ | 41.22 | 54 | 8.74 | - |
| YUV | 176.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 16 | 0.12 | 0 | 0.92 | 0.19 | 67.89 | 0.86 | 0.44 |
| Hex | B5 | CE | 10 | C | 0 | 5C | 13 | 44 | 56 | 2C |
| Octal | 265 | 316 | 20 | 14 | 0 | 134 | 23 | 104 | 126 | 54 |
| Binary | 10110101 | 11001110 | 10000 | 1100 | 0 | 1011100 | 10011 | 1000100 | 1010110 | 101100 |
Color Harmonies of #B5CE10
Complementary color
Monochromatic Colors of #B5CE10
Black with #B5CE10
Text Example
Text Example
White with #B5CE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE10; }
p { color: rgb(181,206,16); }
H1.HeaderClassName
{
color: #B5CE10;
}
.AnyTagClassName
{
color: #B5CE10;
}
</style>
background-color css
<style>
a { background-color: #B5CE10; }
a { background-color: rgb(181,206,16); }
div.DivClassName
{
background-color: #B5CE10;
}
.BgClassName
{
background-color: #B5CE10;
}
</style>
border-color css
<style>
span { border-color: #B5CE10; }
span { border-color: rgb(181,206,16); }
td.TdClassName
{
border-color: #B5CE10;
}
.TagClassName
{
border-color: #B5CE10;
}
</style>