Shades of Rio Grande #B5C230
Tints of Rio Grande #B5C230
RGB
CMYK
RGB Variations
Color information
#B5C230 (or 0xB5C230) is known color: Rio Grande. HEX triplet: B5, C2 and 30. RGB value is (181,194,48). Sum of RGB (Red+Green+Blue) = 181+194+48=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C230 is #4A3DCF. Grayscale: #AEAEAE. Windows color (decimal): -4865488 or 3195573. OLE color: 3195573.
HSL color Cylindrical-coordinate representation of color #B5C230: hue angle of 65.34º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B5C230 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 194 | 48 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.24 |
| HSL | 65.34º | 0.6% | 0.47% | - |
| HSV(B) | 65.34º | 0.75% | 0.76% | - |
| XYZ | 38.88 | 48.62 | 10.13 | - |
| YUV | 173.47 | 57.19 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 48 | 0.07 | 0 | 0.75 | 0.24 | 65.34 | 0.6 | 0.47 |
| Hex | B5 | C2 | 30 | 7 | 0 | 4B | 18 | 41 | 3C | 2F |
| Octal | 265 | 302 | 60 | 7 | 0 | 113 | 30 | 101 | 74 | 57 |
| Binary | 10110101 | 11000010 | 110000 | 111 | 0 | 1001011 | 11000 | 1000001 | 111100 | 101111 |
Color Harmonies of #B5C230
Complementary color
Monochromatic Colors of #B5C230
Black with #B5C230
Text Example
Text Example
White with #B5C230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C230; }
p { color: rgb(181,194,48); }
H1.HeaderClassName
{
color: #B5C230;
}
.AnyTagClassName
{
color: #B5C230;
}
</style>
background-color css
<style>
a { background-color: #B5C230; }
a { background-color: rgb(181,194,48); }
div.DivClassName
{
background-color: #B5C230;
}
.BgClassName
{
background-color: #B5C230;
}
</style>
border-color css
<style>
span { border-color: #B5C230; }
span { border-color: rgb(181,194,48); }
td.TdClassName
{
border-color: #B5C230;
}
.TagClassName
{
border-color: #B5C230;
}
</style>