Shades of Rio Grande #B5BE1C
Tints of Rio Grande #B5BE1C
RGB
CMYK
RGB Variations
Color information
#B5BE1C (or 0xB5BE1C) is known color: Rio Grande. HEX triplet: B5, BE and 1C. RGB value is (181,190,28). Sum of RGB (Red+Green+Blue) = 181+190+28=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE1C is #4A41E3. Grayscale: #A9A9A9. Windows color (decimal): -4866532 or 1883829. OLE color: 1883829.
HSL color Cylindrical-coordinate representation of color #B5BE1C: hue angle of 63.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5BE1C is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 190 | 28 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.25 |
| HSL | 63.33º | 0.74% | 0.43% | - |
| HSV(B) | 63.33º | 0.85% | 0.75% | - |
| XYZ | 37.68 | 46.73 | 8.13 | - |
| YUV | 168.84 | 48.52 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 190 | 28 | 0.05 | 0 | 0.85 | 0.25 | 63.33 | 0.74 | 0.43 |
| Hex | B5 | BE | 1C | 5 | 0 | 55 | 19 | 3F | 4A | 2B |
| Octal | 265 | 276 | 34 | 5 | 0 | 125 | 31 | 77 | 112 | 53 |
| Binary | 10110101 | 10111110 | 11100 | 101 | 0 | 1010101 | 11001 | 111111 | 1001010 | 101011 |
Color Harmonies of #B5BE1C
Complementary color
Monochromatic Colors of #B5BE1C
Black with #B5BE1C
Text Example
Text Example
White with #B5BE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BE1C; }
p { color: rgb(181,190,28); }
H1.HeaderClassName
{
color: #B5BE1C;
}
.AnyTagClassName
{
color: #B5BE1C;
}
</style>
background-color css
<style>
a { background-color: #B5BE1C; }
a { background-color: rgb(181,190,28); }
div.DivClassName
{
background-color: #B5BE1C;
}
.BgClassName
{
background-color: #B5BE1C;
}
</style>
border-color css
<style>
span { border-color: #B5BE1C; }
span { border-color: rgb(181,190,28); }
td.TdClassName
{
border-color: #B5BE1C;
}
.TagClassName
{
border-color: #B5BE1C;
}
</style>