Shades of Rio Grande #B6C032
Tints of Rio Grande #B6C032
RGB
CMYK
RGB Variations
Color information
#B6C032 (or 0xB6C032) is known color: Rio Grande. HEX triplet: B6, C0 and 32. RGB value is (182,192,50). Sum of RGB (Red+Green+Blue) = 182+192+50=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C032 is #493FCD. Grayscale: #ADADAD. Windows color (decimal): -4800462 or 3326134. OLE color: 3326134.
HSL color Cylindrical-coordinate representation of color #B6C032: hue angle of 64.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6C032 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 192 | 50 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.25 |
| HSL | 64.23º | 0.59% | 0.47% | - |
| HSV(B) | 64.23º | 0.74% | 0.75% | - |
| XYZ | 38.72 | 47.87 | 10.22 | - |
| YUV | 172.82 | 58.69 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 192 | 50 | 0.05 | 0 | 0.74 | 0.25 | 64.23 | 0.59 | 0.47 |
| Hex | B6 | C0 | 32 | 5 | 0 | 4A | 19 | 40 | 3B | 2F |
| Octal | 266 | 300 | 62 | 5 | 0 | 112 | 31 | 100 | 73 | 57 |
| Binary | 10110110 | 11000000 | 110010 | 101 | 0 | 1001010 | 11001 | 1000000 | 111011 | 101111 |
Color Harmonies of #B6C032
Complementary color
Monochromatic Colors of #B6C032
Black with #B6C032
Text Example
Text Example
White with #B6C032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C032; }
p { color: rgb(182,192,50); }
H1.HeaderClassName
{
color: #B6C032;
}
.AnyTagClassName
{
color: #B6C032;
}
</style>
background-color css
<style>
a { background-color: #B6C032; }
a { background-color: rgb(182,192,50); }
div.DivClassName
{
background-color: #B6C032;
}
.BgClassName
{
background-color: #B6C032;
}
</style>
border-color css
<style>
span { border-color: #B6C032; }
span { border-color: rgb(182,192,50); }
td.TdClassName
{
border-color: #B6C032;
}
.TagClassName
{
border-color: #B6C032;
}
</style>