Shades of Rio Grande #B2D313
Tints of Rio Grande #B2D313
RGB
CMYK
RGB Variations
Color information
#B2D313 (or 0xB2D313) is known color: Rio Grande. HEX triplet: B2, D3 and 13. RGB value is (178,211,19). Sum of RGB (Red+Green+Blue) = 178+211+19=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D313 is #4D2CEC. Grayscale: #B3B3B3. Windows color (decimal): -5057773 or 1299378. OLE color: 1299378.
HSL color Cylindrical-coordinate representation of color #B2D313: hue angle of 70.31º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B2D313 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 19 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.17 |
| HSL | 70.31º | 0.83% | 0.45% | - |
| HSV(B) | 70.31º | 0.91% | 0.83% | - |
| XYZ | 41.77 | 56.1 | 9.24 | - |
| YUV | 179.25 | 37.57 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 19 | 0.16 | 0 | 0.91 | 0.17 | 70.31 | 0.83 | 0.45 |
| Hex | B2 | D3 | 13 | 10 | 0 | 5B | 11 | 46 | 53 | 2D |
| Octal | 262 | 323 | 23 | 20 | 0 | 133 | 21 | 106 | 123 | 55 |
| Binary | 10110010 | 11010011 | 10011 | 10000 | 0 | 1011011 | 10001 | 1000110 | 1010011 | 101101 |
Color Harmonies of #B2D313
Complementary color
Monochromatic Colors of #B2D313
Black with #B2D313
Text Example
Text Example
White with #B2D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D313; }
p { color: rgb(178,211,19); }
H1.HeaderClassName
{
color: #B2D313;
}
.AnyTagClassName
{
color: #B2D313;
}
</style>
background-color css
<style>
a { background-color: #B2D313; }
a { background-color: rgb(178,211,19); }
div.DivClassName
{
background-color: #B2D313;
}
.BgClassName
{
background-color: #B2D313;
}
</style>
border-color css
<style>
span { border-color: #B2D313; }
span { border-color: rgb(178,211,19); }
td.TdClassName
{
border-color: #B2D313;
}
.TagClassName
{
border-color: #B2D313;
}
</style>