Shades of Rio Grande #B0CC1E
Tints of Rio Grande #B0CC1E
RGB
CMYK
RGB Variations
Color information
#B0CC1E (or 0xB0CC1E) is known color: Rio Grande. HEX triplet: B0, CC and 1E. RGB value is (176,204,30). Sum of RGB (Red+Green+Blue) = 176+204+30=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CC1E is #4F33E1. Grayscale: #B0B0B0. Windows color (decimal): -5190626 or 2018480. OLE color: 2018480.
HSL color Cylindrical-coordinate representation of color #B0CC1E: hue angle of 69.66º 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 #B0CC1E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 30 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.2 |
| HSL | 69.66º | 0.74% | 0.46% | - |
| HSV(B) | 69.66º | 0.85% | 0.8% | - |
| XYZ | 39.73 | 52.51 | 9.27 | - |
| YUV | 175.79 | 45.72 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 30 | 0.14 | 0 | 0.85 | 0.2 | 69.66 | 0.74 | 0.46 |
| Hex | B0 | CC | 1E | E | 0 | 55 | 14 | 46 | 4A | 2E |
| Octal | 260 | 314 | 36 | 16 | 0 | 125 | 24 | 106 | 112 | 56 |
| Binary | 10110000 | 11001100 | 11110 | 1110 | 0 | 1010101 | 10100 | 1000110 | 1001010 | 101110 |
Color Harmonies of #B0CC1E
Complementary color
Monochromatic Colors of #B0CC1E
Black with #B0CC1E
Text Example
Text Example
White with #B0CC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC1E; }
p { color: rgb(176,204,30); }
H1.HeaderClassName
{
color: #B0CC1E;
}
.AnyTagClassName
{
color: #B0CC1E;
}
</style>
background-color css
<style>
a { background-color: #B0CC1E; }
a { background-color: rgb(176,204,30); }
div.DivClassName
{
background-color: #B0CC1E;
}
.BgClassName
{
background-color: #B0CC1E;
}
</style>
border-color css
<style>
span { border-color: #B0CC1E; }
span { border-color: rgb(176,204,30); }
td.TdClassName
{
border-color: #B0CC1E;
}
.TagClassName
{
border-color: #B0CC1E;
}
</style>