Shades of Rio Grande #B5B71C
Tints of Rio Grande #B5B71C
RGB
CMYK
RGB Variations
Color information
#B5B71C (or 0xB5B71C) is known color: Rio Grande. HEX triplet: B5, B7 and 1C. RGB value is (181,183,28). Sum of RGB (Red+Green+Blue) = 181+183+28=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 28 (11.33% from 255 or 7.14% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B71C is #4A48E3. Grayscale: #A5A5A5. Windows color (decimal): -4868324 or 1882037. OLE color: 1882037.
HSL color Cylindrical-coordinate representation of color #B5B71C: hue angle of 60.77º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5B71C is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 183 | 28 | - |
| CMYK | 0.01 | 0 | 0.85 | 0.28 |
| HSL | 60.77º | 0.73% | 0.41% | - |
| HSV(B) | 60.77º | 0.85% | 0.72% | - |
| XYZ | 36.2 | 43.77 | 7.64 | - |
| YUV | 164.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 28 | 0.01 | 0 | 0.85 | 0.28 | 60.77 | 0.73 | 0.41 |
| Hex | B5 | B7 | 1C | 1 | 0 | 55 | 1C | 3D | 49 | 29 |
| Octal | 265 | 267 | 34 | 1 | 0 | 125 | 34 | 75 | 111 | 51 |
| Binary | 10110101 | 10110111 | 11100 | 1 | 0 | 1010101 | 11100 | 111101 | 1001001 | 101001 |
Color Harmonies of #B5B71C
Complementary color
Monochromatic Colors of #B5B71C
Black with #B5B71C
Text Example
Text Example
White with #B5B71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B71C; }
p { color: rgb(181,183,28); }
H1.HeaderClassName
{
color: #B5B71C;
}
.AnyTagClassName
{
color: #B5B71C;
}
</style>
background-color css
<style>
a { background-color: #B5B71C; }
a { background-color: rgb(181,183,28); }
div.DivClassName
{
background-color: #B5B71C;
}
.BgClassName
{
background-color: #B5B71C;
}
</style>
border-color css
<style>
span { border-color: #B5B71C; }
span { border-color: rgb(181,183,28); }
td.TdClassName
{
border-color: #B5B71C;
}
.TagClassName
{
border-color: #B5B71C;
}
</style>