Shades of Rio Grande #B5C90F
Tints of Rio Grande #B5C90F
RGB
CMYK
RGB Variations
Color information
#B5C90F (or 0xB5C90F) is known color: Rio Grande. HEX triplet: B5, C9 and 0F. RGB value is (181,201,15). Sum of RGB (Red+Green+Blue) = 181+201+15=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C90F is #4A36F0. Grayscale: #AEAEAE. Windows color (decimal): -4863729 or 1034677. OLE color: 1034677.
HSL color Cylindrical-coordinate representation of color #B5C90F: hue angle of 66.45º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5C90F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 15 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.21 |
| HSL | 66.45º | 0.86% | 0.42% | - |
| HSV(B) | 66.45º | 0.93% | 0.79% | - |
| XYZ | 40.03 | 51.63 | 8.31 | - |
| YUV | 173.82 | 38.37 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 15 | 0.10 | 0 | 0.93 | 0.21 | 66.45 | 0.86 | 0.42 |
| Hex | B5 | C9 | F | A | 0 | 5D | 15 | 42 | 56 | 2A |
| Octal | 265 | 311 | 17 | 12 | 0 | 135 | 25 | 102 | 126 | 52 |
| Binary | 10110101 | 11001001 | 1111 | 1010 | 0 | 1011101 | 10101 | 1000010 | 1010110 | 101010 |
Color Harmonies of #B5C90F
Complementary color
Monochromatic Colors of #B5C90F
Black with #B5C90F
Text Example
Text Example
White with #B5C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C90F; }
p { color: rgb(181,201,15); }
H1.HeaderClassName
{
color: #B5C90F;
}
.AnyTagClassName
{
color: #B5C90F;
}
</style>
background-color css
<style>
a { background-color: #B5C90F; }
a { background-color: rgb(181,201,15); }
div.DivClassName
{
background-color: #B5C90F;
}
.BgClassName
{
background-color: #B5C90F;
}
</style>
border-color css
<style>
span { border-color: #B5C90F; }
span { border-color: rgb(181,201,15); }
td.TdClassName
{
border-color: #B5C90F;
}
.TagClassName
{
border-color: #B5C90F;
}
</style>