Shades of Rio Grande #B2C419
Tints of Rio Grande #B2C419
RGB
CMYK
RGB Variations
Color information
#B2C419 (or 0xB2C419) is known color: Rio Grande. HEX triplet: B2, C4 and 19. RGB value is (178,196,25). Sum of RGB (Red+Green+Blue) = 178+196+25=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C419 is #4D3BE6. Grayscale: #ABABAB. Windows color (decimal): -5061607 or 1688754. OLE color: 1688754.
HSL color Cylindrical-coordinate representation of color #B2C419: hue angle of 66.32º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2C419 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 196 | 25 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.23 |
| HSL | 66.32º | 0.77% | 0.43% | - |
| HSV(B) | 66.32º | 0.87% | 0.77% | - |
| XYZ | 38.28 | 49.02 | 8.36 | - |
| YUV | 171.12 | 45.54 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 196 | 25 | 0.09 | 0 | 0.87 | 0.23 | 66.32 | 0.77 | 0.43 |
| Hex | B2 | C4 | 19 | 9 | 0 | 57 | 17 | 42 | 4D | 2B |
| Octal | 262 | 304 | 31 | 11 | 0 | 127 | 27 | 102 | 115 | 53 |
| Binary | 10110010 | 11000100 | 11001 | 1001 | 0 | 1010111 | 10111 | 1000010 | 1001101 | 101011 |
Color Harmonies of #B2C419
Complementary color
Monochromatic Colors of #B2C419
Black with #B2C419
Text Example
Text Example
White with #B2C419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C419; }
p { color: rgb(178,196,25); }
H1.HeaderClassName
{
color: #B2C419;
}
.AnyTagClassName
{
color: #B2C419;
}
</style>
background-color css
<style>
a { background-color: #B2C419; }
a { background-color: rgb(178,196,25); }
div.DivClassName
{
background-color: #B2C419;
}
.BgClassName
{
background-color: #B2C419;
}
</style>
border-color css
<style>
span { border-color: #B2C419; }
span { border-color: rgb(178,196,25); }
td.TdClassName
{
border-color: #B2C419;
}
.TagClassName
{
border-color: #B2C419;
}
</style>