Shades of Rio Grande #B5C729
Tints of Rio Grande #B5C729
RGB
CMYK
RGB Variations
Color information
#B5C729 (or 0xB5C729) is known color: Rio Grande. HEX triplet: B5, C7 and 29. RGB value is (181,199,41). Sum of RGB (Red+Green+Blue) = 181+199+41=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C729 is #4A38D6. Grayscale: #B0B0B0. Windows color (decimal): -4864215 or 2738101. OLE color: 2738101.
HSL color Cylindrical-coordinate representation of color #B5C729: hue angle of 66.84º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5C729 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 199 | 41 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.22 |
| HSL | 66.84º | 0.66% | 0.47% | - |
| HSV(B) | 66.84º | 0.79% | 0.78% | - |
| XYZ | 39.88 | 50.83 | 9.81 | - |
| YUV | 175.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 199 | 41 | 0.09 | 0 | 0.79 | 0.22 | 66.84 | 0.66 | 0.47 |
| Hex | B5 | C7 | 29 | 9 | 0 | 4F | 16 | 43 | 42 | 2F |
| Octal | 265 | 307 | 51 | 11 | 0 | 117 | 26 | 103 | 102 | 57 |
| Binary | 10110101 | 11000111 | 101001 | 1001 | 0 | 1001111 | 10110 | 1000011 | 1000010 | 101111 |
Color Harmonies of #B5C729
Complementary color
Monochromatic Colors of #B5C729
Black with #B5C729
Text Example
Text Example
White with #B5C729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C729; }
p { color: rgb(181,199,41); }
H1.HeaderClassName
{
color: #B5C729;
}
.AnyTagClassName
{
color: #B5C729;
}
</style>
background-color css
<style>
a { background-color: #B5C729; }
a { background-color: rgb(181,199,41); }
div.DivClassName
{
background-color: #B5C729;
}
.BgClassName
{
background-color: #B5C729;
}
</style>
border-color css
<style>
span { border-color: #B5C729; }
span { border-color: rgb(181,199,41); }
td.TdClassName
{
border-color: #B5C729;
}
.TagClassName
{
border-color: #B5C729;
}
</style>