Shades of Rio Grande #B5B81D
Tints of Rio Grande #B5B81D
RGB
CMYK
RGB Variations
Color information
#B5B81D (or 0xB5B81D) is known color: Rio Grande. HEX triplet: B5, B8 and 1D. RGB value is (181,184,29). Sum of RGB (Red+Green+Blue) = 181+184+29=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B81D is #4A47E2. Grayscale: #A6A6A6. Windows color (decimal): -4868067 or 1947829. OLE color: 1947829.
HSL color Cylindrical-coordinate representation of color #B5B81D: hue angle of 61.16º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5B81D is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 29 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.28 |
| HSL | 61.16º | 0.73% | 0.42% | - |
| HSV(B) | 61.16º | 0.84% | 0.72% | - |
| XYZ | 36.42 | 44.19 | 7.77 | - |
| YUV | 165.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 29 | 0.02 | 0 | 0.84 | 0.28 | 61.16 | 0.73 | 0.42 |
| Hex | B5 | B8 | 1D | 2 | 0 | 54 | 1C | 3D | 49 | 2A |
| Octal | 265 | 270 | 35 | 2 | 0 | 124 | 34 | 75 | 111 | 52 |
| Binary | 10110101 | 10111000 | 11101 | 10 | 0 | 1010100 | 11100 | 111101 | 1001001 | 101010 |
Color Harmonies of #B5B81D
Complementary color
Monochromatic Colors of #B5B81D
Black with #B5B81D
Text Example
Text Example
White with #B5B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B81D; }
p { color: rgb(181,184,29); }
H1.HeaderClassName
{
color: #B5B81D;
}
.AnyTagClassName
{
color: #B5B81D;
}
</style>
background-color css
<style>
a { background-color: #B5B81D; }
a { background-color: rgb(181,184,29); }
div.DivClassName
{
background-color: #B5B81D;
}
.BgClassName
{
background-color: #B5B81D;
}
</style>
border-color css
<style>
span { border-color: #B5B81D; }
span { border-color: rgb(181,184,29); }
td.TdClassName
{
border-color: #B5B81D;
}
.TagClassName
{
border-color: #B5B81D;
}
</style>