Shades of Rio Grande #B2C719
Tints of Rio Grande #B2C719
RGB
CMYK
RGB Variations
Color information
#B2C719 (or 0xB2C719) is known color: Rio Grande. HEX triplet: B2, C7 and 19. RGB value is (178,199,25). Sum of RGB (Red+Green+Blue) = 178+199+25=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 199 (78.12% from 255 or 49.50% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C719 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C719 is #4D38E6. Grayscale: #ADADAD. Windows color (decimal): -5060839 or 1689522. OLE color: 1689522.
HSL color Cylindrical-coordinate representation of color #B2C719: hue angle of 67.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2C719 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 25 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.22 |
| HSL | 67.24º | 0.78% | 0.44% | - |
| HSV(B) | 67.24º | 0.87% | 0.78% | - |
| XYZ | 38.96 | 50.38 | 8.59 | - |
| YUV | 172.89 | 44.54 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 25 | 0.11 | 0 | 0.87 | 0.22 | 67.24 | 0.78 | 0.44 |
| Hex | B2 | C7 | 19 | B | 0 | 57 | 16 | 43 | 4E | 2C |
| Octal | 262 | 307 | 31 | 13 | 0 | 127 | 26 | 103 | 116 | 54 |
| Binary | 10110010 | 11000111 | 11001 | 1011 | 0 | 1010111 | 10110 | 1000011 | 1001110 | 101100 |
Color Harmonies of #B2C719
Complementary color
Monochromatic Colors of #B2C719
Black with #B2C719
Text Example
Text Example
White with #B2C719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C719; }
p { color: rgb(178,199,25); }
H1.HeaderClassName
{
color: #B2C719;
}
.AnyTagClassName
{
color: #B2C719;
}
</style>
background-color css
<style>
a { background-color: #B2C719; }
a { background-color: rgb(178,199,25); }
div.DivClassName
{
background-color: #B2C719;
}
.BgClassName
{
background-color: #B2C719;
}
</style>
border-color css
<style>
span { border-color: #B2C719; }
span { border-color: rgb(178,199,25); }
td.TdClassName
{
border-color: #B2C719;
}
.TagClassName
{
border-color: #B2C719;
}
</style>