Shades of Rio Grande #B1CD17
Tints of Rio Grande #B1CD17
RGB
CMYK
RGB Variations
Color information
#B1CD17 (or 0xB1CD17) is known color: Rio Grande. HEX triplet: B1, CD and 17. RGB value is (177,205,23). Sum of RGB (Red+Green+Blue) = 177+205+23=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 205 (80.47% from 255 or 50.62% from 405); Blue value is 23 (9.38% from 255 or 5.68% from 405); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CD17 is #4E32E8. Grayscale: #B0B0B0. Windows color (decimal): -5124841 or 1559985. OLE color: 1559985.
HSL color Cylindrical-coordinate representation of color #B1CD17: hue angle of 69.23º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1CD17 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 23 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.20 |
| HSL | 69.23º | 0.8% | 0.45% | - |
| HSV(B) | 69.23º | 0.89% | 0.8% | - |
| XYZ | 40.12 | 53.07 | 8.94 | - |
| YUV | 175.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 23 | 0.14 | 0 | 0.89 | 0.20 | 69.23 | 0.8 | 0.45 |
| Hex | B1 | CD | 17 | E | 0 | 59 | 14 | 45 | 50 | 2D |
| Octal | 261 | 315 | 27 | 16 | 0 | 131 | 24 | 105 | 120 | 55 |
| Binary | 10110001 | 11001101 | 10111 | 1110 | 0 | 1011001 | 10100 | 1000101 | 1010000 | 101101 |
Color Harmonies of #B1CD17
Complementary color
Monochromatic Colors of #B1CD17
Black with #B1CD17
Text Example
Text Example
White with #B1CD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CD17; }
p { color: rgb(177,205,23); }
H1.HeaderClassName
{
color: #B1CD17;
}
.AnyTagClassName
{
color: #B1CD17;
}
</style>
background-color css
<style>
a { background-color: #B1CD17; }
a { background-color: rgb(177,205,23); }
div.DivClassName
{
background-color: #B1CD17;
}
.BgClassName
{
background-color: #B1CD17;
}
</style>
border-color css
<style>
span { border-color: #B1CD17; }
span { border-color: rgb(177,205,23); }
td.TdClassName
{
border-color: #B1CD17;
}
.TagClassName
{
border-color: #B1CD17;
}
</style>