Shades of Rio Grande #B2D315
Tints of Rio Grande #B2D315
RGB
CMYK
RGB Variations
Color information
#B2D315 (or 0xB2D315) is known color: Rio Grande. HEX triplet: B2, D3 and 15. RGB value is (178,211,21). Sum of RGB (Red+Green+Blue) = 178+211+21=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D315 is #4D2CEA. Grayscale: #B4B4B4. Windows color (decimal): -5057771 or 1430450. OLE color: 1430450.
HSL color Cylindrical-coordinate representation of color #B2D315: hue angle of 70.42º 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 #B2D315 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 21 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.17 |
| HSL | 70.42º | 0.82% | 0.45% | - |
| HSV(B) | 70.42º | 0.9% | 0.83% | - |
| XYZ | 41.79 | 56.11 | 9.34 | - |
| YUV | 179.47 | 38.57 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 21 | 0.16 | 0 | 0.90 | 0.17 | 70.42 | 0.82 | 0.45 |
| Hex | B2 | D3 | 15 | 10 | 0 | 5A | 11 | 46 | 52 | 2D |
| Octal | 262 | 323 | 25 | 20 | 0 | 132 | 21 | 106 | 122 | 55 |
| Binary | 10110010 | 11010011 | 10101 | 10000 | 0 | 1011010 | 10001 | 1000110 | 1010010 | 101101 |
Color Harmonies of #B2D315
Complementary color
Monochromatic Colors of #B2D315
Black with #B2D315
Text Example
Text Example
White with #B2D315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D315; }
p { color: rgb(178,211,21); }
H1.HeaderClassName
{
color: #B2D315;
}
.AnyTagClassName
{
color: #B2D315;
}
</style>
background-color css
<style>
a { background-color: #B2D315; }
a { background-color: rgb(178,211,21); }
div.DivClassName
{
background-color: #B2D315;
}
.BgClassName
{
background-color: #B2D315;
}
</style>
border-color css
<style>
span { border-color: #B2D315; }
span { border-color: rgb(178,211,21); }
td.TdClassName
{
border-color: #B2D315;
}
.TagClassName
{
border-color: #B2D315;
}
</style>