Shades of Rio Grande #B1CF10
Tints of Rio Grande #B1CF10
RGB
CMYK
RGB Variations
Color information
#B1CF10 (or 0xB1CF10) is known color: Rio Grande. HEX triplet: B1, CF and 10. RGB value is (177,207,16). Sum of RGB (Red+Green+Blue) = 177+207+16=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CF10 is #4E30EF. Grayscale: #B0B0B0. Windows color (decimal): -5124336 or 1101745. OLE color: 1101745.
HSL color Cylindrical-coordinate representation of color #B1CF10: hue angle of 69.42º degrees, saturation: 0.86, 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 #B1CF10 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 207 | 16 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.19 |
| HSL | 69.42º | 0.86% | 0.44% | - |
| HSV(B) | 69.42º | 0.92% | 0.81% | - |
| XYZ | 40.54 | 54.01 | 8.78 | - |
| YUV | 176.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 207 | 16 | 0.14 | 0 | 0.92 | 0.19 | 69.42 | 0.86 | 0.44 |
| Hex | B1 | CF | 10 | E | 0 | 5C | 13 | 45 | 56 | 2C |
| Octal | 261 | 317 | 20 | 16 | 0 | 134 | 23 | 105 | 126 | 54 |
| Binary | 10110001 | 11001111 | 10000 | 1110 | 0 | 1011100 | 10011 | 1000101 | 1010110 | 101100 |
Color Harmonies of #B1CF10
Complementary color
Monochromatic Colors of #B1CF10
Black with #B1CF10
Text Example
Text Example
White with #B1CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CF10; }
p { color: rgb(177,207,16); }
H1.HeaderClassName
{
color: #B1CF10;
}
.AnyTagClassName
{
color: #B1CF10;
}
</style>
background-color css
<style>
a { background-color: #B1CF10; }
a { background-color: rgb(177,207,16); }
div.DivClassName
{
background-color: #B1CF10;
}
.BgClassName
{
background-color: #B1CF10;
}
</style>
border-color css
<style>
span { border-color: #B1CF10; }
span { border-color: rgb(177,207,16); }
td.TdClassName
{
border-color: #B1CF10;
}
.TagClassName
{
border-color: #B1CF10;
}
</style>