Shades of Rio Grande #B0CB0E
Tints of Rio Grande #B0CB0E
RGB
CMYK
RGB Variations
Color information
#B0CB0E (or 0xB0CB0E) is known color: Rio Grande. HEX triplet: B0, CB and 0E. RGB value is (176,203,14). Sum of RGB (Red+Green+Blue) = 176+203+14=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CB0E is #4F34F1. Grayscale: #AEAEAE. Windows color (decimal): -5190898 or 969648. OLE color: 969648.
HSL color Cylindrical-coordinate representation of color #B0CB0E: hue angle of 68.57º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0CB0E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 14 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.20 |
| HSL | 68.57º | 0.87% | 0.43% | - |
| HSV(B) | 68.57º | 0.93% | 0.8% | - |
| XYZ | 39.34 | 51.97 | 8.37 | - |
| YUV | 173.38 | 38.05 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 14 | 0.13 | 0 | 0.93 | 0.20 | 68.57 | 0.87 | 0.43 |
| Hex | B0 | CB | E | D | 0 | 5D | 14 | 45 | 57 | 2B |
| Octal | 260 | 313 | 16 | 15 | 0 | 135 | 24 | 105 | 127 | 53 |
| Binary | 10110000 | 11001011 | 1110 | 1101 | 0 | 1011101 | 10100 | 1000101 | 1010111 | 101011 |
Color Harmonies of #B0CB0E
Complementary color
Monochromatic Colors of #B0CB0E
Black with #B0CB0E
Text Example
Text Example
White with #B0CB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CB0E; }
p { color: rgb(176,203,14); }
H1.HeaderClassName
{
color: #B0CB0E;
}
.AnyTagClassName
{
color: #B0CB0E;
}
</style>
background-color css
<style>
a { background-color: #B0CB0E; }
a { background-color: rgb(176,203,14); }
div.DivClassName
{
background-color: #B0CB0E;
}
.BgClassName
{
background-color: #B0CB0E;
}
</style>
border-color css
<style>
span { border-color: #B0CB0E; }
span { border-color: rgb(176,203,14); }
td.TdClassName
{
border-color: #B0CB0E;
}
.TagClassName
{
border-color: #B0CB0E;
}
</style>