Shades of Rio Grande #B2C019
Tints of Rio Grande #B2C019
RGB
CMYK
RGB Variations
Color information
#B2C019 (or 0xB2C019) is known color: Rio Grande. HEX triplet: B2, C0 and 19. RGB value is (178,192,25). Sum of RGB (Red+Green+Blue) = 178+192+25=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C019 is #4D3FE6. Grayscale: #A9A9A9. Windows color (decimal): -5062631 or 1687730. OLE color: 1687730.
HSL color Cylindrical-coordinate representation of color #B2C019: hue angle of 65.03º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2C019 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 192 | 25 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.25 |
| HSL | 65.03º | 0.77% | 0.43% | - |
| HSV(B) | 65.03º | 0.87% | 0.75% | - |
| XYZ | 37.39 | 47.23 | 8.07 | - |
| YUV | 168.78 | 46.86 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 25 | 0.07 | 0 | 0.87 | 0.25 | 65.03 | 0.77 | 0.43 |
| Hex | B2 | C0 | 19 | 7 | 0 | 57 | 19 | 41 | 4D | 2B |
| Octal | 262 | 300 | 31 | 7 | 0 | 127 | 31 | 101 | 115 | 53 |
| Binary | 10110010 | 11000000 | 11001 | 111 | 0 | 1010111 | 11001 | 1000001 | 1001101 | 101011 |
Color Harmonies of #B2C019
Complementary color
Monochromatic Colors of #B2C019
Black with #B2C019
Text Example
Text Example
White with #B2C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C019; }
p { color: rgb(178,192,25); }
H1.HeaderClassName
{
color: #B2C019;
}
.AnyTagClassName
{
color: #B2C019;
}
</style>
background-color css
<style>
a { background-color: #B2C019; }
a { background-color: rgb(178,192,25); }
div.DivClassName
{
background-color: #B2C019;
}
.BgClassName
{
background-color: #B2C019;
}
</style>
border-color css
<style>
span { border-color: #B2C019; }
span { border-color: rgb(178,192,25); }
td.TdClassName
{
border-color: #B2C019;
}
.TagClassName
{
border-color: #B2C019;
}
</style>