Shades of Rio Grande #B3C62F
Tints of Rio Grande #B3C62F
RGB
CMYK
RGB Variations
Color information
#B3C62F (or 0xB3C62F) is known color: Rio Grande. HEX triplet: B3, C6 and 2F. RGB value is (179,198,47). Sum of RGB (Red+Green+Blue) = 179+198+47=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C62F is #4C39D0. Grayscale: #AFAFAF. Windows color (decimal): -4995537 or 3131059. OLE color: 3131059.
HSL color Cylindrical-coordinate representation of color #B3C62F: hue angle of 67.55º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3C62F is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 198 | 47 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.22 |
| HSL | 67.55º | 0.62% | 0.48% | - |
| HSV(B) | 67.55º | 0.76% | 0.78% | - |
| XYZ | 39.3 | 50.18 | 10.3 | - |
| YUV | 175.11 | 55.71 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 198 | 47 | 0.10 | 0 | 0.76 | 0.22 | 67.55 | 0.62 | 0.48 |
| Hex | B3 | C6 | 2F | A | 0 | 4C | 16 | 44 | 3E | 30 |
| Octal | 263 | 306 | 57 | 12 | 0 | 114 | 26 | 104 | 76 | 60 |
| Binary | 10110011 | 11000110 | 101111 | 1010 | 0 | 1001100 | 10110 | 1000100 | 111110 | 110000 |
Color Harmonies of #B3C62F
Complementary color
Monochromatic Colors of #B3C62F
Black with #B3C62F
Text Example
Text Example
White with #B3C62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C62F; }
p { color: rgb(179,198,47); }
H1.HeaderClassName
{
color: #B3C62F;
}
.AnyTagClassName
{
color: #B3C62F;
}
</style>
background-color css
<style>
a { background-color: #B3C62F; }
a { background-color: rgb(179,198,47); }
div.DivClassName
{
background-color: #B3C62F;
}
.BgClassName
{
background-color: #B3C62F;
}
</style>
border-color css
<style>
span { border-color: #B3C62F; }
span { border-color: rgb(179,198,47); }
td.TdClassName
{
border-color: #B3C62F;
}
.TagClassName
{
border-color: #B3C62F;
}
</style>