Shades of Rio Grande #B6C32D
Tints of Rio Grande #B6C32D
RGB
CMYK
RGB Variations
Color information
#B6C32D (or 0xB6C32D) is known color: Rio Grande. HEX triplet: B6, C3 and 2D. RGB value is (182,195,45). Sum of RGB (Red+Green+Blue) = 182+195+45=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C32D is #493CD2. Grayscale: #AEAEAE. Windows color (decimal): -4799699 or 2999222. OLE color: 2999222.
HSL color Cylindrical-coordinate representation of color #B6C32D: hue angle of 65.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6C32D is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 195 | 45 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.24 |
| HSL | 65.2º | 0.63% | 0.47% | - |
| HSV(B) | 65.2º | 0.77% | 0.76% | - |
| XYZ | 39.28 | 49.16 | 9.9 | - |
| YUV | 174.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 195 | 45 | 0.07 | 0 | 0.77 | 0.24 | 65.2 | 0.63 | 0.47 |
| Hex | B6 | C3 | 2D | 7 | 0 | 4D | 18 | 41 | 3E | 2F |
| Octal | 266 | 303 | 55 | 7 | 0 | 115 | 30 | 101 | 76 | 57 |
| Binary | 10110110 | 11000011 | 101101 | 111 | 0 | 1001101 | 11000 | 1000001 | 111110 | 101111 |
Color Harmonies of #B6C32D
Complementary color
Monochromatic Colors of #B6C32D
Black with #B6C32D
Text Example
Text Example
White with #B6C32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C32D; }
p { color: rgb(182,195,45); }
H1.HeaderClassName
{
color: #B6C32D;
}
.AnyTagClassName
{
color: #B6C32D;
}
</style>
background-color css
<style>
a { background-color: #B6C32D; }
a { background-color: rgb(182,195,45); }
div.DivClassName
{
background-color: #B6C32D;
}
.BgClassName
{
background-color: #B6C32D;
}
</style>
border-color css
<style>
span { border-color: #B6C32D; }
span { border-color: rgb(182,195,45); }
td.TdClassName
{
border-color: #B6C32D;
}
.TagClassName
{
border-color: #B6C32D;
}
</style>