Shades of Rio Grande #B5C128
Tints of Rio Grande #B5C128
RGB
CMYK
RGB Variations
Color information
#B5C128 (or 0xB5C128) is known color: Rio Grande. HEX triplet: B5, C1 and 28. RGB value is (181,193,40). Sum of RGB (Red+Green+Blue) = 181+193+40=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C128 is #4A3ED7. Grayscale: #ACACAC. Windows color (decimal): -4865752 or 2671029. OLE color: 2671029.
HSL color Cylindrical-coordinate representation of color #B5C128: hue angle of 64.71º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5C128 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 193 | 40 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.24 |
| HSL | 64.71º | 0.66% | 0.46% | - |
| HSV(B) | 64.71º | 0.79% | 0.76% | - |
| XYZ | 38.51 | 48.12 | 9.27 | - |
| YUV | 171.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 40 | 0.06 | 0 | 0.79 | 0.24 | 64.71 | 0.66 | 0.46 |
| Hex | B5 | C1 | 28 | 6 | 0 | 4F | 18 | 41 | 42 | 2E |
| Octal | 265 | 301 | 50 | 6 | 0 | 117 | 30 | 101 | 102 | 56 |
| Binary | 10110101 | 11000001 | 101000 | 110 | 0 | 1001111 | 11000 | 1000001 | 1000010 | 101110 |
Color Harmonies of #B5C128
Complementary color
Monochromatic Colors of #B5C128
Black with #B5C128
Text Example
Text Example
White with #B5C128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C128; }
p { color: rgb(181,193,40); }
H1.HeaderClassName
{
color: #B5C128;
}
.AnyTagClassName
{
color: #B5C128;
}
</style>
background-color css
<style>
a { background-color: #B5C128; }
a { background-color: rgb(181,193,40); }
div.DivClassName
{
background-color: #B5C128;
}
.BgClassName
{
background-color: #B5C128;
}
</style>
border-color css
<style>
span { border-color: #B5C128; }
span { border-color: rgb(181,193,40); }
td.TdClassName
{
border-color: #B5C128;
}
.TagClassName
{
border-color: #B5C128;
}
</style>