Shades of Rio Grande #B0CD1E
Tints of Rio Grande #B0CD1E
RGB
CMYK
RGB Variations
Color information
#B0CD1E (or 0xB0CD1E) is known color: Rio Grande. HEX triplet: B0, CD and 1E. RGB value is (176,205,30). Sum of RGB (Red+Green+Blue) = 176+205+30=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CD1E is #4F32E1. Grayscale: #B1B1B1. Windows color (decimal): -5190370 or 2018736. OLE color: 2018736.
HSL color Cylindrical-coordinate representation of color #B0CD1E: hue angle of 69.94º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0CD1E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 205 | 30 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.20 |
| HSL | 69.94º | 0.74% | 0.46% | - |
| HSV(B) | 69.94º | 0.85% | 0.8% | - |
| XYZ | 39.97 | 52.99 | 9.35 | - |
| YUV | 176.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 205 | 30 | 0.14 | 0 | 0.85 | 0.20 | 69.94 | 0.74 | 0.46 |
| Hex | B0 | CD | 1E | E | 0 | 55 | 14 | 46 | 4A | 2E |
| Octal | 260 | 315 | 36 | 16 | 0 | 125 | 24 | 106 | 112 | 56 |
| Binary | 10110000 | 11001101 | 11110 | 1110 | 0 | 1010101 | 10100 | 1000110 | 1001010 | 101110 |
Color Harmonies of #B0CD1E
Complementary color
Monochromatic Colors of #B0CD1E
Black with #B0CD1E
Text Example
Text Example
White with #B0CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CD1E; }
p { color: rgb(176,205,30); }
H1.HeaderClassName
{
color: #B0CD1E;
}
.AnyTagClassName
{
color: #B0CD1E;
}
</style>
background-color css
<style>
a { background-color: #B0CD1E; }
a { background-color: rgb(176,205,30); }
div.DivClassName
{
background-color: #B0CD1E;
}
.BgClassName
{
background-color: #B0CD1E;
}
</style>
border-color css
<style>
span { border-color: #B0CD1E; }
span { border-color: rgb(176,205,30); }
td.TdClassName
{
border-color: #B0CD1E;
}
.TagClassName
{
border-color: #B0CD1E;
}
</style>