Shades of Rio Grande #B3C11D
Tints of Rio Grande #B3C11D
RGB
CMYK
RGB Variations
Color information
#B3C11D (or 0xB3C11D) is known color: Rio Grande. HEX triplet: B3, C1 and 1D. RGB value is (179,193,29). Sum of RGB (Red+Green+Blue) = 179+193+29=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C11D is #4C3EE2. Grayscale: #AAAAAA. Windows color (decimal): -4996835 or 1950131. OLE color: 1950131.
HSL color Cylindrical-coordinate representation of color #B3C11D: hue angle of 65.12º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3C11D is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 29 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.24 |
| HSL | 65.12º | 0.74% | 0.44% | - |
| HSV(B) | 65.12º | 0.85% | 0.76% | - |
| XYZ | 37.88 | 47.81 | 8.39 | - |
| YUV | 170.12 | 48.36 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 29 | 0.07 | 0 | 0.85 | 0.24 | 65.12 | 0.74 | 0.44 |
| Hex | B3 | C1 | 1D | 7 | 0 | 55 | 18 | 41 | 4A | 2C |
| Octal | 263 | 301 | 35 | 7 | 0 | 125 | 30 | 101 | 112 | 54 |
| Binary | 10110011 | 11000001 | 11101 | 111 | 0 | 1010101 | 11000 | 1000001 | 1001010 | 101100 |
Color Harmonies of #B3C11D
Complementary color
Monochromatic Colors of #B3C11D
Black with #B3C11D
Text Example
Text Example
White with #B3C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C11D; }
p { color: rgb(179,193,29); }
H1.HeaderClassName
{
color: #B3C11D;
}
.AnyTagClassName
{
color: #B3C11D;
}
</style>
background-color css
<style>
a { background-color: #B3C11D; }
a { background-color: rgb(179,193,29); }
div.DivClassName
{
background-color: #B3C11D;
}
.BgClassName
{
background-color: #B3C11D;
}
</style>
border-color css
<style>
span { border-color: #B3C11D; }
span { border-color: rgb(179,193,29); }
td.TdClassName
{
border-color: #B3C11D;
}
.TagClassName
{
border-color: #B3C11D;
}
</style>