Shades of Rio Grande #B2C718
Tints of Rio Grande #B2C718
RGB
CMYK
RGB Variations
Color information
#B2C718 (or 0xB2C718) is known color: Rio Grande. HEX triplet: B2, C7 and 18. RGB value is (178,199,24). Sum of RGB (Red+Green+Blue) = 178+199+24=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 24 (9.77% from 255 or 5.99% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C718 is #4D38E7. Grayscale: #ADADAD. Windows color (decimal): -5060840 or 1623986. OLE color: 1623986.
HSL color Cylindrical-coordinate representation of color #B2C718: hue angle of 67.2º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2C718 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 199 | 24 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.22 |
| HSL | 67.2º | 0.78% | 0.44% | - |
| HSV(B) | 67.2º | 0.88% | 0.78% | - |
| XYZ | 38.95 | 50.38 | 8.54 | - |
| YUV | 172.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 199 | 24 | 0.11 | 0 | 0.88 | 0.22 | 67.2 | 0.78 | 0.44 |
| Hex | B2 | C7 | 18 | B | 0 | 58 | 16 | 43 | 4E | 2C |
| Octal | 262 | 307 | 30 | 13 | 0 | 130 | 26 | 103 | 116 | 54 |
| Binary | 10110010 | 11000111 | 11000 | 1011 | 0 | 1011000 | 10110 | 1000011 | 1001110 | 101100 |
Color Harmonies of #B2C718
Complementary color
Monochromatic Colors of #B2C718
Black with #B2C718
Text Example
Text Example
White with #B2C718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C718; }
p { color: rgb(178,199,24); }
H1.HeaderClassName
{
color: #B2C718;
}
.AnyTagClassName
{
color: #B2C718;
}
</style>
background-color css
<style>
a { background-color: #B2C718; }
a { background-color: rgb(178,199,24); }
div.DivClassName
{
background-color: #B2C718;
}
.BgClassName
{
background-color: #B2C718;
}
</style>
border-color css
<style>
span { border-color: #B2C718; }
span { border-color: rgb(178,199,24); }
td.TdClassName
{
border-color: #B2C718;
}
.TagClassName
{
border-color: #B2C718;
}
</style>