Shades of Rio Grande #B2C115
Tints of Rio Grande #B2C115
RGB
CMYK
RGB Variations
Color information
#B2C115 (or 0xB2C115) is known color: Rio Grande. HEX triplet: B2, C1 and 15. RGB value is (178,193,21). Sum of RGB (Red+Green+Blue) = 178+193+21=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C115 is #4D3EEA. Grayscale: #A9A9A9. Windows color (decimal): -5062379 or 1425842. OLE color: 1425842.
HSL color Cylindrical-coordinate representation of color #B2C115: hue angle of 65.23º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2C115 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 178 | 193 | 21 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.24 |
| HSL | 65.23º | 0.8% | 0.42% | - |
| HSV(B) | 65.23º | 0.89% | 0.76% | - |
| XYZ | 37.57 | 47.66 | 7.93 | - |
| YUV | 168.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 21 | 0.08 | 0 | 0.89 | 0.24 | 65.23 | 0.8 | 0.42 |
| Hex | B2 | C1 | 15 | 8 | 0 | 59 | 18 | 41 | 50 | 2A |
| Octal | 262 | 301 | 25 | 10 | 0 | 131 | 30 | 101 | 120 | 52 |
| Binary | 10110010 | 11000001 | 10101 | 1000 | 0 | 1011001 | 11000 | 1000001 | 1010000 | 101010 |
Color Harmonies of #B2C115
Complementary color
Monochromatic Colors of #B2C115
Black with #B2C115
Text Example
Text Example
White with #B2C115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C115; }
p { color: rgb(178,193,21); }
H1.HeaderClassName
{
color: #B2C115;
}
.AnyTagClassName
{
color: #B2C115;
}
</style>
background-color css
<style>
a { background-color: #B2C115; }
a { background-color: rgb(178,193,21); }
div.DivClassName
{
background-color: #B2C115;
}
.BgClassName
{
background-color: #B2C115;
}
</style>
border-color css
<style>
span { border-color: #B2C115; }
span { border-color: rgb(178,193,21); }
td.TdClassName
{
border-color: #B2C115;
}
.TagClassName
{
border-color: #B2C115;
}
</style>