Shades of Rio Grande #B0C71B
Tints of Rio Grande #B0C71B
RGB
CMYK
RGB Variations
Color information
#B0C71B (or 0xB0C71B) is known color: Rio Grande. HEX triplet: B0, C7 and 1B. RGB value is (176,199,27). Sum of RGB (Red+Green+Blue) = 176+199+27=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C71B is #4F38E4. Grayscale: #ADADAD. Windows color (decimal): -5191909 or 1820592. OLE color: 1820592.
HSL color Cylindrical-coordinate representation of color #B0C71B: hue angle of 68.02º 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 #B0C71B is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 199 | 27 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.22 |
| HSL | 68.02º | 0.76% | 0.44% | - |
| HSV(B) | 68.02º | 0.86% | 0.78% | - |
| XYZ | 38.53 | 50.16 | 8.69 | - |
| YUV | 172.52 | 45.88 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 199 | 27 | 0.12 | 0 | 0.86 | 0.22 | 68.02 | 0.76 | 0.44 |
| Hex | B0 | C7 | 1B | C | 0 | 56 | 16 | 44 | 4C | 2C |
| Octal | 260 | 307 | 33 | 14 | 0 | 126 | 26 | 104 | 114 | 54 |
| Binary | 10110000 | 11000111 | 11011 | 1100 | 0 | 1010110 | 10110 | 1000100 | 1001100 | 101100 |
Color Harmonies of #B0C71B
Complementary color
Monochromatic Colors of #B0C71B
Black with #B0C71B
Text Example
Text Example
White with #B0C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C71B; }
p { color: rgb(176,199,27); }
H1.HeaderClassName
{
color: #B0C71B;
}
.AnyTagClassName
{
color: #B0C71B;
}
</style>
background-color css
<style>
a { background-color: #B0C71B; }
a { background-color: rgb(176,199,27); }
div.DivClassName
{
background-color: #B0C71B;
}
.BgClassName
{
background-color: #B0C71B;
}
</style>
border-color css
<style>
span { border-color: #B0C71B; }
span { border-color: rgb(176,199,27); }
td.TdClassName
{
border-color: #B0C71B;
}
.TagClassName
{
border-color: #B0C71B;
}
</style>