Shades of Rio Grande #B5C01F
Tints of Rio Grande #B5C01F
RGB
CMYK
RGB Variations
Color information
#B5C01F (or 0xB5C01F) is known color: Rio Grande. HEX triplet: B5, C0 and 1F. RGB value is (181,192,31). Sum of RGB (Red+Green+Blue) = 181+192+31=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C01F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C01F is #4A3FE0. Grayscale: #AAAAAA. Windows color (decimal): -4866017 or 2080949. OLE color: 2080949.
HSL color Cylindrical-coordinate representation of color #B5C01F: hue angle of 64.1º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5C01F is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 31 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.25 |
| HSL | 64.1º | 0.72% | 0.44% | - |
| HSV(B) | 64.1º | 0.84% | 0.75% | - |
| XYZ | 38.15 | 47.62 | 8.48 | - |
| YUV | 170.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 31 | 0.06 | 0 | 0.84 | 0.25 | 64.1 | 0.72 | 0.44 |
| Hex | B5 | C0 | 1F | 6 | 0 | 54 | 19 | 40 | 48 | 2C |
| Octal | 265 | 300 | 37 | 6 | 0 | 124 | 31 | 100 | 110 | 54 |
| Binary | 10110101 | 11000000 | 11111 | 110 | 0 | 1010100 | 11001 | 1000000 | 1001000 | 101100 |
Color Harmonies of #B5C01F
Complementary color
Monochromatic Colors of #B5C01F
Black with #B5C01F
Text Example
Text Example
White with #B5C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C01F; }
p { color: rgb(181,192,31); }
H1.HeaderClassName
{
color: #B5C01F;
}
.AnyTagClassName
{
color: #B5C01F;
}
</style>
background-color css
<style>
a { background-color: #B5C01F; }
a { background-color: rgb(181,192,31); }
div.DivClassName
{
background-color: #B5C01F;
}
.BgClassName
{
background-color: #B5C01F;
}
</style>
border-color css
<style>
span { border-color: #B5C01F; }
span { border-color: rgb(181,192,31); }
td.TdClassName
{
border-color: #B5C01F;
}
.TagClassName
{
border-color: #B5C01F;
}
</style>