Shades of Rio Grande #B5BC30
Tints of Rio Grande #B5BC30
RGB
CMYK
RGB Variations
Color information
#B5BC30 (or 0xB5BC30) is known color: Rio Grande. HEX triplet: B5, BC and 30. RGB value is (181,188,48). Sum of RGB (Red+Green+Blue) = 181+188+48=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC30 is #4A43CF. Grayscale: #AAAAAA. Windows color (decimal): -4867024 or 3194037. OLE color: 3194037.
HSL color Cylindrical-coordinate representation of color #B5BC30: hue angle of 63º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5BC30 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 48 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.26 |
| HSL | 63º | 0.59% | 0.46% | - |
| HSV(B) | 63º | 0.74% | 0.74% | - |
| XYZ | 37.57 | 46 | 9.7 | - |
| YUV | 169.95 | 59.18 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 48 | 0.04 | 0 | 0.74 | 0.26 | 63 | 0.59 | 0.46 |
| Hex | B5 | BC | 30 | 4 | 0 | 4A | 1A | 3F | 3B | 2E |
| Octal | 265 | 274 | 60 | 4 | 0 | 112 | 32 | 77 | 73 | 56 |
| Binary | 10110101 | 10111100 | 110000 | 100 | 0 | 1001010 | 11010 | 111111 | 111011 | 101110 |
Color Harmonies of #B5BC30
Complementary color
Monochromatic Colors of #B5BC30
Black with #B5BC30
Text Example
Text Example
White with #B5BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC30; }
p { color: rgb(181,188,48); }
H1.HeaderClassName
{
color: #B5BC30;
}
.AnyTagClassName
{
color: #B5BC30;
}
</style>
background-color css
<style>
a { background-color: #B5BC30; }
a { background-color: rgb(181,188,48); }
div.DivClassName
{
background-color: #B5BC30;
}
.BgClassName
{
background-color: #B5BC30;
}
</style>
border-color css
<style>
span { border-color: #B5BC30; }
span { border-color: rgb(181,188,48); }
td.TdClassName
{
border-color: #B5BC30;
}
.TagClassName
{
border-color: #B5BC30;
}
</style>