Shades of Rio Grande #B3C62E
Tints of Rio Grande #B3C62E
RGB
CMYK
RGB Variations
Color information
#B3C62E (or 0xB3C62E) is known color: Rio Grande. HEX triplet: B3, C6 and 2E. RGB value is (179,198,46). Sum of RGB (Red+Green+Blue) = 179+198+46=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C62E is #4C39D1. Grayscale: #AFAFAF. Windows color (decimal): -4995538 or 3065523. OLE color: 3065523.
HSL color Cylindrical-coordinate representation of color #B3C62E: hue angle of 67.5º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3C62E is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 198 | 46 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.22 |
| HSL | 67.5º | 0.62% | 0.48% | - |
| HSV(B) | 67.5º | 0.77% | 0.78% | - |
| XYZ | 39.28 | 50.17 | 10.2 | - |
| YUV | 174.99 | 55.21 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 46 | 0.10 | 0 | 0.77 | 0.22 | 67.5 | 0.62 | 0.48 |
| Hex | B3 | C6 | 2E | A | 0 | 4D | 16 | 44 | 3E | 30 |
| Octal | 263 | 306 | 56 | 12 | 0 | 115 | 26 | 104 | 76 | 60 |
| Binary | 10110011 | 11000110 | 101110 | 1010 | 0 | 1001101 | 10110 | 1000100 | 111110 | 110000 |
Color Harmonies of #B3C62E
Complementary color
Monochromatic Colors of #B3C62E
Black with #B3C62E
Text Example
Text Example
White with #B3C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C62E; }
p { color: rgb(179,198,46); }
H1.HeaderClassName
{
color: #B3C62E;
}
.AnyTagClassName
{
color: #B3C62E;
}
</style>
background-color css
<style>
a { background-color: #B3C62E; }
a { background-color: rgb(179,198,46); }
div.DivClassName
{
background-color: #B3C62E;
}
.BgClassName
{
background-color: #B3C62E;
}
</style>
border-color css
<style>
span { border-color: #B3C62E; }
span { border-color: rgb(179,198,46); }
td.TdClassName
{
border-color: #B3C62E;
}
.TagClassName
{
border-color: #B3C62E;
}
</style>