Shades of Rio Grande #B3C82B
Tints of Rio Grande #B3C82B
RGB
CMYK
RGB Variations
Color information
#B3C82B (or 0xB3C82B) is known color: Rio Grande. HEX triplet: B3, C8 and 2B. RGB value is (179,200,43). Sum of RGB (Red+Green+Blue) = 179+200+43=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C82B is #4C37D4. Grayscale: #B0B0B0. Windows color (decimal): -4995029 or 2869427. OLE color: 2869427.
HSL color Cylindrical-coordinate representation of color #B3C82B: hue angle of 68.03º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3C82B is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 43 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.22 |
| HSL | 68.03º | 0.65% | 0.48% | - |
| HSV(B) | 68.03º | 0.79% | 0.78% | - |
| XYZ | 39.68 | 51.07 | 10.05 | - |
| YUV | 175.82 | 53.04 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 43 | 0.10 | 0 | 0.78 | 0.22 | 68.03 | 0.65 | 0.48 |
| Hex | B3 | C8 | 2B | A | 0 | 4E | 16 | 44 | 41 | 30 |
| Octal | 263 | 310 | 53 | 12 | 0 | 116 | 26 | 104 | 101 | 60 |
| Binary | 10110011 | 11001000 | 101011 | 1010 | 0 | 1001110 | 10110 | 1000100 | 1000001 | 110000 |
Color Harmonies of #B3C82B
Complementary color
Monochromatic Colors of #B3C82B
Black with #B3C82B
Text Example
Text Example
White with #B3C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C82B; }
p { color: rgb(179,200,43); }
H1.HeaderClassName
{
color: #B3C82B;
}
.AnyTagClassName
{
color: #B3C82B;
}
</style>
background-color css
<style>
a { background-color: #B3C82B; }
a { background-color: rgb(179,200,43); }
div.DivClassName
{
background-color: #B3C82B;
}
.BgClassName
{
background-color: #B3C82B;
}
</style>
border-color css
<style>
span { border-color: #B3C82B; }
span { border-color: rgb(179,200,43); }
td.TdClassName
{
border-color: #B3C82B;
}
.TagClassName
{
border-color: #B3C82B;
}
</style>