Shades of Rio Grande #B6C030
Tints of Rio Grande #B6C030
RGB
CMYK
RGB Variations
Color information
#B6C030 (or 0xB6C030) is known color: Rio Grande. HEX triplet: B6, C0 and 30. RGB value is (182,192,48). Sum of RGB (Red+Green+Blue) = 182+192+48=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 48 (19.14% from 255 or 11.37% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C030 is #493FCF. Grayscale: #ADADAD. Windows color (decimal): -4800464 or 3195062. OLE color: 3195062.
HSL color Cylindrical-coordinate representation of color #B6C030: hue angle of 64.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6C030 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 48 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.25 |
| HSL | 64.17º | 0.6% | 0.47% | - |
| HSV(B) | 64.17º | 0.75% | 0.75% | - |
| XYZ | 38.67 | 47.86 | 10 | - |
| YUV | 172.59 | 57.69 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 48 | 0.05 | 0 | 0.75 | 0.25 | 64.17 | 0.6 | 0.47 |
| Hex | B6 | C0 | 30 | 5 | 0 | 4B | 19 | 40 | 3C | 2F |
| Octal | 266 | 300 | 60 | 5 | 0 | 113 | 31 | 100 | 74 | 57 |
| Binary | 10110110 | 11000000 | 110000 | 101 | 0 | 1001011 | 11001 | 1000000 | 111100 | 101111 |
Color Harmonies of #B6C030
Complementary color
Monochromatic Colors of #B6C030
Black with #B6C030
Text Example
Text Example
White with #B6C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C030; }
p { color: rgb(182,192,48); }
H1.HeaderClassName
{
color: #B6C030;
}
.AnyTagClassName
{
color: #B6C030;
}
</style>
background-color css
<style>
a { background-color: #B6C030; }
a { background-color: rgb(182,192,48); }
div.DivClassName
{
background-color: #B6C030;
}
.BgClassName
{
background-color: #B6C030;
}
</style>
border-color css
<style>
span { border-color: #B6C030; }
span { border-color: rgb(182,192,48); }
td.TdClassName
{
border-color: #B6C030;
}
.TagClassName
{
border-color: #B6C030;
}
</style>