Shades of Rio Grande #B0C61B
Tints of Rio Grande #B0C61B
RGB
CMYK
RGB Variations
Color information
#B0C61B (or 0xB0C61B) is known color: Rio Grande. HEX triplet: B0, C6 and 1B. RGB value is (176,198,27). Sum of RGB (Red+Green+Blue) = 176+198+27=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C61B is #4F39E4. Grayscale: #ACACAC. Windows color (decimal): -5192165 or 1820336. OLE color: 1820336.
HSL color Cylindrical-coordinate representation of color #B0C61B: hue angle of 67.72º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0C61B is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 198 | 27 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.22 |
| HSL | 67.72º | 0.76% | 0.44% | - |
| HSV(B) | 67.72º | 0.86% | 0.78% | - |
| XYZ | 38.3 | 49.7 | 8.61 | - |
| YUV | 171.93 | 46.21 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 198 | 27 | 0.11 | 0 | 0.86 | 0.22 | 67.72 | 0.76 | 0.44 |
| Hex | B0 | C6 | 1B | B | 0 | 56 | 16 | 44 | 4C | 2C |
| Octal | 260 | 306 | 33 | 13 | 0 | 126 | 26 | 104 | 114 | 54 |
| Binary | 10110000 | 11000110 | 11011 | 1011 | 0 | 1010110 | 10110 | 1000100 | 1001100 | 101100 |
Color Harmonies of #B0C61B
Complementary color
Monochromatic Colors of #B0C61B
Black with #B0C61B
Text Example
Text Example
White with #B0C61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C61B; }
p { color: rgb(176,198,27); }
H1.HeaderClassName
{
color: #B0C61B;
}
.AnyTagClassName
{
color: #B0C61B;
}
</style>
background-color css
<style>
a { background-color: #B0C61B; }
a { background-color: rgb(176,198,27); }
div.DivClassName
{
background-color: #B0C61B;
}
.BgClassName
{
background-color: #B0C61B;
}
</style>
border-color css
<style>
span { border-color: #B0C61B; }
span { border-color: rgb(176,198,27); }
td.TdClassName
{
border-color: #B0C61B;
}
.TagClassName
{
border-color: #B0C61B;
}
</style>