Shades of Rio Grande #B3CC15
Tints of Rio Grande #B3CC15
RGB
CMYK
RGB Variations
Color information
#B3CC15 (or 0xB3CC15) is known color: Rio Grande. HEX triplet: B3, CC and 15. RGB value is (179,204,21). Sum of RGB (Red+Green+Blue) = 179+204+21=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #B3CC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CC15 is #4C33EA. Grayscale: #B0B0B0. Windows color (decimal): -4994027 or 1428659. OLE color: 1428659.
HSL color Cylindrical-coordinate representation of color #B3CC15: hue angle of 68.2º 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 #B3CC15 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 204 | 21 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.2 |
| HSL | 68.2º | 0.81% | 0.44% | - |
| HSV(B) | 68.2º | 0.9% | 0.8% | - |
| XYZ | 40.32 | 52.82 | 8.78 | - |
| YUV | 175.66 | 40.72 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 204 | 21 | 0.12 | 0 | 0.90 | 0.2 | 68.2 | 0.81 | 0.44 |
| Hex | B3 | CC | 15 | C | 0 | 5A | 14 | 44 | 51 | 2C |
| Octal | 263 | 314 | 25 | 14 | 0 | 132 | 24 | 104 | 121 | 54 |
| Binary | 10110011 | 11001100 | 10101 | 1100 | 0 | 1011010 | 10100 | 1000100 | 1010001 | 101100 |
Color Harmonies of #B3CC15
Complementary color
Monochromatic Colors of #B3CC15
Black with #B3CC15
Text Example
Text Example
White with #B3CC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CC15; }
p { color: rgb(179,204,21); }
H1.HeaderClassName
{
color: #B3CC15;
}
.AnyTagClassName
{
color: #B3CC15;
}
</style>
background-color css
<style>
a { background-color: #B3CC15; }
a { background-color: rgb(179,204,21); }
div.DivClassName
{
background-color: #B3CC15;
}
.BgClassName
{
background-color: #B3CC15;
}
</style>
border-color css
<style>
span { border-color: #B3CC15; }
span { border-color: rgb(179,204,21); }
td.TdClassName
{
border-color: #B3CC15;
}
.TagClassName
{
border-color: #B3CC15;
}
</style>