Shades of Rio Grande #B5CE11
Tints of Rio Grande #B5CE11
RGB
CMYK
RGB Variations
Color information
#B5CE11 (or 0xB5CE11) is known color: Rio Grande. HEX triplet: B5, CE and 11. RGB value is (181,206,17). Sum of RGB (Red+Green+Blue) = 181+206+17=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CE11 is #4A31EE. Grayscale: #B1B1B1. Windows color (decimal): -4862447 or 1167029. OLE color: 1167029.
HSL color Cylindrical-coordinate representation of color #B5CE11: hue angle of 67.94º degrees, saturation: 0.85, 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 #B5CE11 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 17 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.19 |
| HSL | 67.94º | 0.85% | 0.44% | - |
| HSV(B) | 67.94º | 0.92% | 0.81% | - |
| XYZ | 41.23 | 54.01 | 8.78 | - |
| YUV | 176.98 | 37.72 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 17 | 0.12 | 0 | 0.92 | 0.19 | 67.94 | 0.85 | 0.44 |
| Hex | B5 | CE | 11 | C | 0 | 5C | 13 | 44 | 55 | 2C |
| Octal | 265 | 316 | 21 | 14 | 0 | 134 | 23 | 104 | 125 | 54 |
| Binary | 10110101 | 11001110 | 10001 | 1100 | 0 | 1011100 | 10011 | 1000100 | 1010101 | 101100 |
Color Harmonies of #B5CE11
Complementary color
Monochromatic Colors of #B5CE11
Black with #B5CE11
Text Example
Text Example
White with #B5CE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CE11; }
p { color: rgb(181,206,17); }
H1.HeaderClassName
{
color: #B5CE11;
}
.AnyTagClassName
{
color: #B5CE11;
}
</style>
background-color css
<style>
a { background-color: #B5CE11; }
a { background-color: rgb(181,206,17); }
div.DivClassName
{
background-color: #B5CE11;
}
.BgClassName
{
background-color: #B5CE11;
}
</style>
border-color css
<style>
span { border-color: #B5CE11; }
span { border-color: rgb(181,206,17); }
td.TdClassName
{
border-color: #B5CE11;
}
.TagClassName
{
border-color: #B5CE11;
}
</style>