Shades of Rio Grande #B2D318
Tints of Rio Grande #B2D318
RGB
CMYK
RGB Variations
Color information
#B2D318 (or 0xB2D318) is known color: Rio Grande. HEX triplet: B2, D3 and 18. RGB value is (178,211,24). Sum of RGB (Red+Green+Blue) = 178+211+24=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 211 (82.81% from 255 or 51.09% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D318 is #4D2CE7. Grayscale: #B4B4B4. Windows color (decimal): -5057768 or 1627058. OLE color: 1627058.
HSL color Cylindrical-coordinate representation of color #B2D318: hue angle of 70.59º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2D318 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 24 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.17 |
| HSL | 70.59º | 0.8% | 0.46% | - |
| HSV(B) | 70.59º | 0.89% | 0.83% | - |
| XYZ | 41.82 | 56.12 | 9.49 | - |
| YUV | 179.82 | 40.07 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 24 | 0.16 | 0 | 0.89 | 0.17 | 70.59 | 0.8 | 0.46 |
| Hex | B2 | D3 | 18 | 10 | 0 | 59 | 11 | 47 | 50 | 2E |
| Octal | 262 | 323 | 30 | 20 | 0 | 131 | 21 | 107 | 120 | 56 |
| Binary | 10110010 | 11010011 | 11000 | 10000 | 0 | 1011001 | 10001 | 1000111 | 1010000 | 101110 |
Color Harmonies of #B2D318
Complementary color
Monochromatic Colors of #B2D318
Black with #B2D318
Text Example
Text Example
White with #B2D318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D318; }
p { color: rgb(178,211,24); }
H1.HeaderClassName
{
color: #B2D318;
}
.AnyTagClassName
{
color: #B2D318;
}
</style>
background-color css
<style>
a { background-color: #B2D318; }
a { background-color: rgb(178,211,24); }
div.DivClassName
{
background-color: #B2D318;
}
.BgClassName
{
background-color: #B2D318;
}
</style>
border-color css
<style>
span { border-color: #B2D318; }
span { border-color: rgb(178,211,24); }
td.TdClassName
{
border-color: #B2D318;
}
.TagClassName
{
border-color: #B2D318;
}
</style>