Shades of Rio Grande #B6C62B
Tints of Rio Grande #B6C62B
RGB
CMYK
RGB Variations
Color information
#B6C62B (or 0xB6C62B) is known color: Rio Grande. HEX triplet: B6, C6 and 2B. RGB value is (182,198,43). Sum of RGB (Red+Green+Blue) = 182+198+43=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 43 (17.19% from 255 or 10.17% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C62B is #4939D4. Grayscale: #B0B0B0. Windows color (decimal): -4798933 or 2868918. OLE color: 2868918.
HSL color Cylindrical-coordinate representation of color #B6C62B: hue angle of 66.19º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6C62B is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 198 | 43 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.22 |
| HSL | 66.19º | 0.64% | 0.47% | - |
| HSV(B) | 66.19º | 0.78% | 0.78% | - |
| XYZ | 39.92 | 50.51 | 9.93 | - |
| YUV | 175.55 | 53.2 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 43 | 0.08 | 0 | 0.78 | 0.22 | 66.19 | 0.64 | 0.47 |
| Hex | B6 | C6 | 2B | 8 | 0 | 4E | 16 | 42 | 40 | 2F |
| Octal | 266 | 306 | 53 | 10 | 0 | 116 | 26 | 102 | 100 | 57 |
| Binary | 10110110 | 11000110 | 101011 | 1000 | 0 | 1001110 | 10110 | 1000010 | 1000000 | 101111 |
Color Harmonies of #B6C62B
Complementary color
Monochromatic Colors of #B6C62B
Black with #B6C62B
Text Example
Text Example
White with #B6C62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C62B; }
p { color: rgb(182,198,43); }
H1.HeaderClassName
{
color: #B6C62B;
}
.AnyTagClassName
{
color: #B6C62B;
}
</style>
background-color css
<style>
a { background-color: #B6C62B; }
a { background-color: rgb(182,198,43); }
div.DivClassName
{
background-color: #B6C62B;
}
.BgClassName
{
background-color: #B6C62B;
}
</style>
border-color css
<style>
span { border-color: #B6C62B; }
span { border-color: rgb(182,198,43); }
td.TdClassName
{
border-color: #B6C62B;
}
.TagClassName
{
border-color: #B6C62B;
}
</style>