Shades of Rio Grande #B1CE0F
Tints of Rio Grande #B1CE0F
RGB
CMYK
RGB Variations
Color information
#B1CE0F (or 0xB1CE0F) is known color: Rio Grande. HEX triplet: B1, CE and 0F. RGB value is (177,206,15). Sum of RGB (Red+Green+Blue) = 177+206+15=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CE0F is #4E31F0. Grayscale: #B0B0B0. Windows color (decimal): -5124593 or 1035953. OLE color: 1035953.
HSL color Cylindrical-coordinate representation of color #B1CE0F: hue angle of 69.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1CE0F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 15 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.19 |
| HSL | 69.11º | 0.86% | 0.43% | - |
| HSV(B) | 69.11º | 0.93% | 0.81% | - |
| XYZ | 40.29 | 53.52 | 8.66 | - |
| YUV | 175.56 | 37.39 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 15 | 0.14 | 0 | 0.93 | 0.19 | 69.11 | 0.86 | 0.43 |
| Hex | B1 | CE | F | E | 0 | 5D | 13 | 45 | 56 | 2B |
| Octal | 261 | 316 | 17 | 16 | 0 | 135 | 23 | 105 | 126 | 53 |
| Binary | 10110001 | 11001110 | 1111 | 1110 | 0 | 1011101 | 10011 | 1000101 | 1010110 | 101011 |
Color Harmonies of #B1CE0F
Complementary color
Monochromatic Colors of #B1CE0F
Black with #B1CE0F
Text Example
Text Example
White with #B1CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CE0F; }
p { color: rgb(177,206,15); }
H1.HeaderClassName
{
color: #B1CE0F;
}
.AnyTagClassName
{
color: #B1CE0F;
}
</style>
background-color css
<style>
a { background-color: #B1CE0F; }
a { background-color: rgb(177,206,15); }
div.DivClassName
{
background-color: #B1CE0F;
}
.BgClassName
{
background-color: #B1CE0F;
}
</style>
border-color css
<style>
span { border-color: #B1CE0F; }
span { border-color: rgb(177,206,15); }
td.TdClassName
{
border-color: #B1CE0F;
}
.TagClassName
{
border-color: #B1CE0F;
}
</style>