Shades of Rio Grande #B5CC15
Tints of Rio Grande #B5CC15
RGB
CMYK
RGB Variations
Color information
#B5CC15 (or 0xB5CC15) is known color: Rio Grande. HEX triplet: B5, CC and 15. RGB value is (181,204,21). Sum of RGB (Red+Green+Blue) = 181+204+21=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CC15 is #4A33EA. Grayscale: #B0B0B0. Windows color (decimal): -4862955 or 1428661. OLE color: 1428661.
HSL color Cylindrical-coordinate representation of color #B5CC15: hue angle of 67.54º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5CC15 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 21 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.2 |
| HSL | 67.54º | 0.81% | 0.44% | - |
| HSV(B) | 67.54º | 0.9% | 0.8% | - |
| XYZ | 40.78 | 53.06 | 8.8 | - |
| YUV | 176.26 | 40.38 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 21 | 0.11 | 0 | 0.90 | 0.2 | 67.54 | 0.81 | 0.44 |
| Hex | B5 | CC | 15 | B | 0 | 5A | 14 | 44 | 51 | 2C |
| Octal | 265 | 314 | 25 | 13 | 0 | 132 | 24 | 104 | 121 | 54 |
| Binary | 10110101 | 11001100 | 10101 | 1011 | 0 | 1011010 | 10100 | 1000100 | 1010001 | 101100 |
Color Harmonies of #B5CC15
Complementary color
Monochromatic Colors of #B5CC15
Black with #B5CC15
Text Example
Text Example
White with #B5CC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC15; }
p { color: rgb(181,204,21); }
H1.HeaderClassName
{
color: #B5CC15;
}
.AnyTagClassName
{
color: #B5CC15;
}
</style>
background-color css
<style>
a { background-color: #B5CC15; }
a { background-color: rgb(181,204,21); }
div.DivClassName
{
background-color: #B5CC15;
}
.BgClassName
{
background-color: #B5CC15;
}
</style>
border-color css
<style>
span { border-color: #B5CC15; }
span { border-color: rgb(181,204,21); }
td.TdClassName
{
border-color: #B5CC15;
}
.TagClassName
{
border-color: #B5CC15;
}
</style>