Shades of Rio Grande #B5C72C
Tints of Rio Grande #B5C72C
RGB
CMYK
RGB Variations
Color information
#B5C72C (or 0xB5C72C) is known color: Rio Grande. HEX triplet: B5, C7 and 2C. RGB value is (181,199,44). Sum of RGB (Red+Green+Blue) = 181+199+44=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C72C is #4A38D3. Grayscale: #B0B0B0. Windows color (decimal): -4864212 or 2934709. OLE color: 2934709.
HSL color Cylindrical-coordinate representation of color #B5C72C: hue angle of 66.97º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5C72C is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 199 | 44 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.22 |
| HSL | 66.97º | 0.64% | 0.48% | - |
| HSV(B) | 66.97º | 0.78% | 0.78% | - |
| XYZ | 39.93 | 50.85 | 10.09 | - |
| YUV | 175.95 | 53.54 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 199 | 44 | 0.09 | 0 | 0.78 | 0.22 | 66.97 | 0.64 | 0.48 |
| Hex | B5 | C7 | 2C | 9 | 0 | 4E | 16 | 43 | 40 | 30 |
| Octal | 265 | 307 | 54 | 11 | 0 | 116 | 26 | 103 | 100 | 60 |
| Binary | 10110101 | 11000111 | 101100 | 1001 | 0 | 1001110 | 10110 | 1000011 | 1000000 | 110000 |
Color Harmonies of #B5C72C
Complementary color
Monochromatic Colors of #B5C72C
Black with #B5C72C
Text Example
Text Example
White with #B5C72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C72C; }
p { color: rgb(181,199,44); }
H1.HeaderClassName
{
color: #B5C72C;
}
.AnyTagClassName
{
color: #B5C72C;
}
</style>
background-color css
<style>
a { background-color: #B5C72C; }
a { background-color: rgb(181,199,44); }
div.DivClassName
{
background-color: #B5C72C;
}
.BgClassName
{
background-color: #B5C72C;
}
</style>
border-color css
<style>
span { border-color: #B5C72C; }
span { border-color: rgb(181,199,44); }
td.TdClassName
{
border-color: #B5C72C;
}
.TagClassName
{
border-color: #B5C72C;
}
</style>