Shades of Rio Grande #B6D315
Tints of Rio Grande #B6D315
RGB
CMYK
RGB Variations
Color information
#B6D315 (or 0xB6D315) is known color: Rio Grande. HEX triplet: B6, D3 and 15. RGB value is (182,211,21). Sum of RGB (Red+Green+Blue) = 182+211+21=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 211 (82.81% from 255 or 50.97% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 211 - color contains mainly: green. Hex color #B6D315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D315 is #492CEA. Grayscale: #B5B5B5. Windows color (decimal): -4795627 or 1430454. OLE color: 1430454.
HSL color Cylindrical-coordinate representation of color #B6D315: hue angle of 69.16º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6D315 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 211 | 21 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.17 |
| HSL | 69.16º | 0.82% | 0.45% | - |
| HSV(B) | 69.16º | 0.9% | 0.83% | - |
| XYZ | 42.72 | 56.59 | 9.38 | - |
| YUV | 180.67 | 37.89 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 211 | 21 | 0.14 | 0 | 0.90 | 0.17 | 69.16 | 0.82 | 0.45 |
| Hex | B6 | D3 | 15 | E | 0 | 5A | 11 | 45 | 52 | 2D |
| Octal | 266 | 323 | 25 | 16 | 0 | 132 | 21 | 105 | 122 | 55 |
| Binary | 10110110 | 11010011 | 10101 | 1110 | 0 | 1011010 | 10001 | 1000101 | 1010010 | 101101 |
Color Harmonies of #B6D315
Complementary color
Monochromatic Colors of #B6D315
Black with #B6D315
Text Example
Text Example
White with #B6D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D315; }
p { color: rgb(182,211,21); }
H1.HeaderClassName
{
color: #B6D315;
}
.AnyTagClassName
{
color: #B6D315;
}
</style>
background-color css
<style>
a { background-color: #B6D315; }
a { background-color: rgb(182,211,21); }
div.DivClassName
{
background-color: #B6D315;
}
.BgClassName
{
background-color: #B6D315;
}
</style>
border-color css
<style>
span { border-color: #B6D315; }
span { border-color: rgb(182,211,21); }
td.TdClassName
{
border-color: #B6D315;
}
.TagClassName
{
border-color: #B6D315;
}
</style>