Shades of Rio Grande #B2D51F
Tints of Rio Grande #B2D51F
RGB
CMYK
RGB Variations
Color information
#B2D51F (or 0xB2D51F) is known color: Rio Grande. HEX triplet: B2, D5 and 1F. RGB value is (178,213,31). Sum of RGB (Red+Green+Blue) = 178+213+31=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 213 (83.59% from 255 or 50.47% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D51F is #4D2AE0. Grayscale: #B6B6B6. Windows color (decimal): -5057249 or 2086322. OLE color: 2086322.
HSL color Cylindrical-coordinate representation of color #B2D51F: hue angle of 71.54º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2D51F is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 31 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.16 |
| HSL | 71.54º | 0.75% | 0.48% | - |
| HSV(B) | 71.54º | 0.85% | 0.84% | - |
| XYZ | 42.4 | 57.15 | 10.09 | - |
| YUV | 181.79 | 42.9 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 31 | 0.16 | 0 | 0.85 | 0.16 | 71.54 | 0.75 | 0.48 |
| Hex | B2 | D5 | 1F | 10 | 0 | 55 | 10 | 48 | 4B | 30 |
| Octal | 262 | 325 | 37 | 20 | 0 | 125 | 20 | 110 | 113 | 60 |
| Binary | 10110010 | 11010101 | 11111 | 10000 | 0 | 1010101 | 10000 | 1001000 | 1001011 | 110000 |
Color Harmonies of #B2D51F
Complementary color
Monochromatic Colors of #B2D51F
Black with #B2D51F
Text Example
Text Example
White with #B2D51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D51F; }
p { color: rgb(178,213,31); }
H1.HeaderClassName
{
color: #B2D51F;
}
.AnyTagClassName
{
color: #B2D51F;
}
</style>
background-color css
<style>
a { background-color: #B2D51F; }
a { background-color: rgb(178,213,31); }
div.DivClassName
{
background-color: #B2D51F;
}
.BgClassName
{
background-color: #B2D51F;
}
</style>
border-color css
<style>
span { border-color: #B2D51F; }
span { border-color: rgb(178,213,31); }
td.TdClassName
{
border-color: #B2D51F;
}
.TagClassName
{
border-color: #B2D51F;
}
</style>