Shades of Rio Grande #B0CE11
Tints of Rio Grande #B0CE11
RGB
CMYK
RGB Variations
Color information
#B0CE11 (or 0xB0CE11) is known color: Rio Grande. HEX triplet: B0, CE and 11. RGB value is (176,206,17). Sum of RGB (Red+Green+Blue) = 176+206+17=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 206 (80.86% from 255 or 51.63% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CE11 is #4F31EE. Grayscale: #B0B0B0. Windows color (decimal): -5190127 or 1167024. OLE color: 1167024.
HSL color Cylindrical-coordinate representation of color #B0CE11: hue angle of 69.52º 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 #B0CE11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 17 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.19 |
| HSL | 69.52º | 0.85% | 0.44% | - |
| HSV(B) | 69.52º | 0.92% | 0.81% | - |
| XYZ | 40.08 | 53.41 | 8.73 | - |
| YUV | 175.48 | 38.56 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 17 | 0.15 | 0 | 0.92 | 0.19 | 69.52 | 0.85 | 0.44 |
| Hex | B0 | CE | 11 | F | 0 | 5C | 13 | 46 | 55 | 2C |
| Octal | 260 | 316 | 21 | 17 | 0 | 134 | 23 | 106 | 125 | 54 |
| Binary | 10110000 | 11001110 | 10001 | 1111 | 0 | 1011100 | 10011 | 1000110 | 1010101 | 101100 |
Color Harmonies of #B0CE11
Complementary color
Monochromatic Colors of #B0CE11
Black with #B0CE11
Text Example
Text Example
White with #B0CE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE11; }
p { color: rgb(176,206,17); }
H1.HeaderClassName
{
color: #B0CE11;
}
.AnyTagClassName
{
color: #B0CE11;
}
</style>
background-color css
<style>
a { background-color: #B0CE11; }
a { background-color: rgb(176,206,17); }
div.DivClassName
{
background-color: #B0CE11;
}
.BgClassName
{
background-color: #B0CE11;
}
</style>
border-color css
<style>
span { border-color: #B0CE11; }
span { border-color: rgb(176,206,17); }
td.TdClassName
{
border-color: #B0CE11;
}
.TagClassName
{
border-color: #B0CE11;
}
</style>