Shades of Rio Grande #B1CB25
Tints of Rio Grande #B1CB25
RGB
CMYK
RGB Variations
Color information
#B1CB25 (or 0xB1CB25) is known color: Rio Grande. HEX triplet: B1, CB and 25. RGB value is (177,203,37). Sum of RGB (Red+Green+Blue) = 177+203+37=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #B1CB25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CB25 is #4E34DA. Grayscale: #B0B0B0. Windows color (decimal): -5125339 or 2476977. OLE color: 2476977.
HSL color Cylindrical-coordinate representation of color #B1CB25: hue angle of 69.4º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1CB25 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 203 | 37 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.20 |
| HSL | 69.4º | 0.69% | 0.47% | - |
| HSV(B) | 69.4º | 0.82% | 0.8% | - |
| XYZ | 39.82 | 52.19 | 9.73 | - |
| YUV | 176.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 203 | 37 | 0.13 | 0 | 0.82 | 0.20 | 69.4 | 0.69 | 0.47 |
| Hex | B1 | CB | 25 | D | 0 | 52 | 14 | 45 | 45 | 2F |
| Octal | 261 | 313 | 45 | 15 | 0 | 122 | 24 | 105 | 105 | 57 |
| Binary | 10110001 | 11001011 | 100101 | 1101 | 0 | 1010010 | 10100 | 1000101 | 1000101 | 101111 |
Color Harmonies of #B1CB25
Complementary color
Monochromatic Colors of #B1CB25
Black with #B1CB25
Text Example
Text Example
White with #B1CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CB25; }
p { color: rgb(177,203,37); }
H1.HeaderClassName
{
color: #B1CB25;
}
.AnyTagClassName
{
color: #B1CB25;
}
</style>
background-color css
<style>
a { background-color: #B1CB25; }
a { background-color: rgb(177,203,37); }
div.DivClassName
{
background-color: #B1CB25;
}
.BgClassName
{
background-color: #B1CB25;
}
</style>
border-color css
<style>
span { border-color: #B1CB25; }
span { border-color: rgb(177,203,37); }
td.TdClassName
{
border-color: #B1CB25;
}
.TagClassName
{
border-color: #B1CB25;
}
</style>