Shades of Rio Grande #B2C91F
Tints of Rio Grande #B2C91F
RGB
CMYK
RGB Variations
Color information
#B2C91F (or 0xB2C91F) is known color: Rio Grande. HEX triplet: B2, C9 and 1F. RGB value is (178,201,31). Sum of RGB (Red+Green+Blue) = 178+201+31=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C91F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C91F is #4D36E0. Grayscale: #AFAFAF. Windows color (decimal): -5060321 or 2083250. OLE color: 2083250.
HSL color Cylindrical-coordinate representation of color #B2C91F: hue angle of 68.12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2C91F is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 31 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.21 |
| HSL | 68.12º | 0.73% | 0.45% | - |
| HSV(B) | 68.12º | 0.85% | 0.79% | - |
| XYZ | 39.49 | 51.34 | 9.12 | - |
| YUV | 174.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 31 | 0.11 | 0 | 0.85 | 0.21 | 68.12 | 0.73 | 0.45 |
| Hex | B2 | C9 | 1F | B | 0 | 55 | 15 | 44 | 49 | 2D |
| Octal | 262 | 311 | 37 | 13 | 0 | 125 | 25 | 104 | 111 | 55 |
| Binary | 10110010 | 11001001 | 11111 | 1011 | 0 | 1010101 | 10101 | 1000100 | 1001001 | 101101 |
Color Harmonies of #B2C91F
Complementary color
Monochromatic Colors of #B2C91F
Black with #B2C91F
Text Example
Text Example
White with #B2C91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C91F; }
p { color: rgb(178,201,31); }
H1.HeaderClassName
{
color: #B2C91F;
}
.AnyTagClassName
{
color: #B2C91F;
}
</style>
background-color css
<style>
a { background-color: #B2C91F; }
a { background-color: rgb(178,201,31); }
div.DivClassName
{
background-color: #B2C91F;
}
.BgClassName
{
background-color: #B2C91F;
}
</style>
border-color css
<style>
span { border-color: #B2C91F; }
span { border-color: rgb(178,201,31); }
td.TdClassName
{
border-color: #B2C91F;
}
.TagClassName
{
border-color: #B2C91F;
}
</style>