Shades of Rio Grande #B6D321
Tints of Rio Grande #B6D321
RGB
CMYK
RGB Variations
Color information
#B6D321 (or 0xB6D321) is known color: Rio Grande. HEX triplet: B6, D3 and 21. RGB value is (182,211,33). Sum of RGB (Red+Green+Blue) = 182+211+33=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6D321 is #492CDE. Grayscale: #B6B6B6. Windows color (decimal): -4795615 or 2216886. OLE color: 2216886.
HSL color Cylindrical-coordinate representation of color #B6D321: hue angle of 69.78º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6D321 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 211 | 33 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.17 |
| HSL | 69.78º | 0.73% | 0.48% | - |
| HSV(B) | 69.78º | 0.84% | 0.83% | - |
| XYZ | 42.86 | 56.64 | 10.11 | - |
| YUV | 182.04 | 43.89 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 211 | 33 | 0.14 | 0 | 0.84 | 0.17 | 69.78 | 0.73 | 0.48 |
| Hex | B6 | D3 | 21 | E | 0 | 54 | 11 | 46 | 49 | 30 |
| Octal | 266 | 323 | 41 | 16 | 0 | 124 | 21 | 106 | 111 | 60 |
| Binary | 10110110 | 11010011 | 100001 | 1110 | 0 | 1010100 | 10001 | 1000110 | 1001001 | 110000 |
Color Harmonies of #B6D321
Complementary color
Monochromatic Colors of #B6D321
Black with #B6D321
Text Example
Text Example
White with #B6D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D321; }
p { color: rgb(182,211,33); }
H1.HeaderClassName
{
color: #B6D321;
}
.AnyTagClassName
{
color: #B6D321;
}
</style>
background-color css
<style>
a { background-color: #B6D321; }
a { background-color: rgb(182,211,33); }
div.DivClassName
{
background-color: #B6D321;
}
.BgClassName
{
background-color: #B6D321;
}
</style>
border-color css
<style>
span { border-color: #B6D321; }
span { border-color: rgb(182,211,33); }
td.TdClassName
{
border-color: #B6D321;
}
.TagClassName
{
border-color: #B6D321;
}
</style>