Shades of Rio Grande #B0CE1F
Tints of Rio Grande #B0CE1F
RGB
CMYK
RGB Variations
Color information
#B0CE1F (or 0xB0CE1F) is known color: Rio Grande. HEX triplet: B0, CE and 1F. RGB value is (176,206,31). Sum of RGB (Red+Green+Blue) = 176+206+31=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CE1F is #4F31E0. Grayscale: #B1B1B1. Windows color (decimal): -5190113 or 2084528. OLE color: 2084528.
HSL color Cylindrical-coordinate representation of color #B0CE1F: hue angle of 70.29º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0CE1F is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 31 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.19 |
| HSL | 70.29º | 0.74% | 0.46% | - |
| HSV(B) | 70.29º | 0.85% | 0.81% | - |
| XYZ | 40.22 | 53.47 | 9.5 | - |
| YUV | 177.08 | 45.56 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 31 | 0.15 | 0 | 0.85 | 0.19 | 70.29 | 0.74 | 0.46 |
| Hex | B0 | CE | 1F | F | 0 | 55 | 13 | 46 | 4A | 2E |
| Octal | 260 | 316 | 37 | 17 | 0 | 125 | 23 | 106 | 112 | 56 |
| Binary | 10110000 | 11001110 | 11111 | 1111 | 0 | 1010101 | 10011 | 1000110 | 1001010 | 101110 |
Color Harmonies of #B0CE1F
Complementary color
Monochromatic Colors of #B0CE1F
Black with #B0CE1F
Text Example
Text Example
White with #B0CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE1F; }
p { color: rgb(176,206,31); }
H1.HeaderClassName
{
color: #B0CE1F;
}
.AnyTagClassName
{
color: #B0CE1F;
}
</style>
background-color css
<style>
a { background-color: #B0CE1F; }
a { background-color: rgb(176,206,31); }
div.DivClassName
{
background-color: #B0CE1F;
}
.BgClassName
{
background-color: #B0CE1F;
}
</style>
border-color css
<style>
span { border-color: #B0CE1F; }
span { border-color: rgb(176,206,31); }
td.TdClassName
{
border-color: #B0CE1F;
}
.TagClassName
{
border-color: #B0CE1F;
}
</style>