Shades of Rio Grande #B3C11E
Tints of Rio Grande #B3C11E
RGB
CMYK
RGB Variations
Color information
#B3C11E (or 0xB3C11E) is known color: Rio Grande. HEX triplet: B3, C1 and 1E. RGB value is (179,193,30). Sum of RGB (Red+Green+Blue) = 179+193+30=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C11E is #4C3EE1. Grayscale: #AAAAAA. Windows color (decimal): -4996834 or 2015667. OLE color: 2015667.
HSL color Cylindrical-coordinate representation of color #B3C11E: hue angle of 65.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3C11E is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 30 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.24 |
| HSL | 65.15º | 0.73% | 0.44% | - |
| HSV(B) | 65.15º | 0.84% | 0.76% | - |
| XYZ | 37.89 | 47.82 | 8.46 | - |
| YUV | 170.23 | 48.86 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 30 | 0.07 | 0 | 0.84 | 0.24 | 65.15 | 0.73 | 0.44 |
| Hex | B3 | C1 | 1E | 7 | 0 | 54 | 18 | 41 | 49 | 2C |
| Octal | 263 | 301 | 36 | 7 | 0 | 124 | 30 | 101 | 111 | 54 |
| Binary | 10110011 | 11000001 | 11110 | 111 | 0 | 1010100 | 11000 | 1000001 | 1001001 | 101100 |
Color Harmonies of #B3C11E
Complementary color
Monochromatic Colors of #B3C11E
Black with #B3C11E
Text Example
Text Example
White with #B3C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C11E; }
p { color: rgb(179,193,30); }
H1.HeaderClassName
{
color: #B3C11E;
}
.AnyTagClassName
{
color: #B3C11E;
}
</style>
background-color css
<style>
a { background-color: #B3C11E; }
a { background-color: rgb(179,193,30); }
div.DivClassName
{
background-color: #B3C11E;
}
.BgClassName
{
background-color: #B3C11E;
}
</style>
border-color css
<style>
span { border-color: #B3C11E; }
span { border-color: rgb(179,193,30); }
td.TdClassName
{
border-color: #B3C11E;
}
.TagClassName
{
border-color: #B3C11E;
}
</style>