Shades of Rio Grande #B2C915
Tints of Rio Grande #B2C915
RGB
CMYK
RGB Variations
Color information
#B2C915 (or 0xB2C915) is known color: Rio Grande. HEX triplet: B2, C9 and 15. RGB value is (178,201,21). Sum of RGB (Red+Green+Blue) = 178+201+21=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C915 is #4D36EA. Grayscale: #AEAEAE. Windows color (decimal): -5060331 or 1427890. OLE color: 1427890.
HSL color Cylindrical-coordinate representation of color #B2C915: hue angle of 67.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2C915 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 201 | 21 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.21 |
| HSL | 67.67º | 0.81% | 0.44% | - |
| HSV(B) | 67.67º | 0.9% | 0.79% | - |
| XYZ | 39.38 | 51.29 | 8.53 | - |
| YUV | 173.6 | 41.88 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 201 | 21 | 0.11 | 0 | 0.90 | 0.21 | 67.67 | 0.81 | 0.44 |
| Hex | B2 | C9 | 15 | B | 0 | 5A | 15 | 44 | 51 | 2C |
| Octal | 262 | 311 | 25 | 13 | 0 | 132 | 25 | 104 | 121 | 54 |
| Binary | 10110010 | 11001001 | 10101 | 1011 | 0 | 1011010 | 10101 | 1000100 | 1010001 | 101100 |
Color Harmonies of #B2C915
Complementary color
Monochromatic Colors of #B2C915
Black with #B2C915
Text Example
Text Example
White with #B2C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C915; }
p { color: rgb(178,201,21); }
H1.HeaderClassName
{
color: #B2C915;
}
.AnyTagClassName
{
color: #B2C915;
}
</style>
background-color css
<style>
a { background-color: #B2C915; }
a { background-color: rgb(178,201,21); }
div.DivClassName
{
background-color: #B2C915;
}
.BgClassName
{
background-color: #B2C915;
}
</style>
border-color css
<style>
span { border-color: #B2C915; }
span { border-color: rgb(178,201,21); }
td.TdClassName
{
border-color: #B2C915;
}
.TagClassName
{
border-color: #B2C915;
}
</style>