Shades of Rio Grande #B1CE1F
Tints of Rio Grande #B1CE1F
RGB
CMYK
RGB Variations
Color information
#B1CE1F (or 0xB1CE1F) is known color: Rio Grande. HEX triplet: B1, CE and 1F. RGB value is (177,206,31). Sum of RGB (Red+Green+Blue) = 177+206+31=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 31 (12.5% from 255 or 7.49% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CE1F is #4E31E0. Grayscale: #B2B2B2. Windows color (decimal): -5124577 or 2084529. OLE color: 2084529.
HSL color Cylindrical-coordinate representation of color #B1CE1F: hue angle of 69.94º 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 #B1CE1F is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 31 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.19 |
| HSL | 69.94º | 0.74% | 0.46% | - |
| HSV(B) | 69.94º | 0.85% | 0.81% | - |
| XYZ | 40.45 | 53.59 | 9.51 | - |
| YUV | 177.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 31 | 0.14 | 0 | 0.85 | 0.19 | 69.94 | 0.74 | 0.46 |
| Hex | B1 | CE | 1F | E | 0 | 55 | 13 | 46 | 4A | 2E |
| Octal | 261 | 316 | 37 | 16 | 0 | 125 | 23 | 106 | 112 | 56 |
| Binary | 10110001 | 11001110 | 11111 | 1110 | 0 | 1010101 | 10011 | 1000110 | 1001010 | 101110 |
Color Harmonies of #B1CE1F
Complementary color
Monochromatic Colors of #B1CE1F
Black with #B1CE1F
Text Example
Text Example
White with #B1CE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE1F; }
p { color: rgb(177,206,31); }
H1.HeaderClassName
{
color: #B1CE1F;
}
.AnyTagClassName
{
color: #B1CE1F;
}
</style>
background-color css
<style>
a { background-color: #B1CE1F; }
a { background-color: rgb(177,206,31); }
div.DivClassName
{
background-color: #B1CE1F;
}
.BgClassName
{
background-color: #B1CE1F;
}
</style>
border-color css
<style>
span { border-color: #B1CE1F; }
span { border-color: rgb(177,206,31); }
td.TdClassName
{
border-color: #B1CE1F;
}
.TagClassName
{
border-color: #B1CE1F;
}
</style>