Shades of Rio Grande #B6C52B
Tints of Rio Grande #B6C52B
RGB
CMYK
RGB Variations
Color information
#B6C52B (or 0xB6C52B) is known color: Rio Grande. HEX triplet: B6, C5 and 2B. RGB value is (182,197,43). Sum of RGB (Red+Green+Blue) = 182+197+43=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C52B is #493AD4. Grayscale: #AFAFAF. Windows color (decimal): -4799189 or 2868662. OLE color: 2868662.
HSL color Cylindrical-coordinate representation of color #B6C52B: hue angle of 65.84º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6C52B is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 197 | 43 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.23 |
| HSL | 65.84º | 0.64% | 0.47% | - |
| HSV(B) | 65.84º | 0.78% | 0.77% | - |
| XYZ | 39.69 | 50.05 | 9.85 | - |
| YUV | 174.96 | 53.53 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 43 | 0.08 | 0 | 0.78 | 0.23 | 65.84 | 0.64 | 0.47 |
| Hex | B6 | C5 | 2B | 8 | 0 | 4E | 17 | 42 | 40 | 2F |
| Octal | 266 | 305 | 53 | 10 | 0 | 116 | 27 | 102 | 100 | 57 |
| Binary | 10110110 | 11000101 | 101011 | 1000 | 0 | 1001110 | 10111 | 1000010 | 1000000 | 101111 |
Color Harmonies of #B6C52B
Complementary color
Monochromatic Colors of #B6C52B
Black with #B6C52B
Text Example
Text Example
White with #B6C52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C52B; }
p { color: rgb(182,197,43); }
H1.HeaderClassName
{
color: #B6C52B;
}
.AnyTagClassName
{
color: #B6C52B;
}
</style>
background-color css
<style>
a { background-color: #B6C52B; }
a { background-color: rgb(182,197,43); }
div.DivClassName
{
background-color: #B6C52B;
}
.BgClassName
{
background-color: #B6C52B;
}
</style>
border-color css
<style>
span { border-color: #B6C52B; }
span { border-color: rgb(182,197,43); }
td.TdClassName
{
border-color: #B6C52B;
}
.TagClassName
{
border-color: #B6C52B;
}
</style>