Shades of Rio Grande #B2D10C
Tints of Rio Grande #B2D10C
RGB
CMYK
RGB Variations
Color information
#B2D10C (or 0xB2D10C) is known color: Rio Grande. HEX triplet: B2, D1 and 0C. RGB value is (178,209,12). Sum of RGB (Red+Green+Blue) = 178+209+12=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 209 (82.03% from 255 or 52.38% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D10C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D10C is #4D2EF3. Grayscale: #B2B2B2. Windows color (decimal): -5058292 or 840114. OLE color: 840114.
HSL color Cylindrical-coordinate representation of color #B2D10C: hue angle of 69.44º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2D10C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 209 | 12 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.18 |
| HSL | 69.44º | 0.89% | 0.43% | - |
| HSV(B) | 69.44º | 0.94% | 0.82% | - |
| XYZ | 41.23 | 55.09 | 8.81 | - |
| YUV | 177.27 | 34.73 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 209 | 12 | 0.15 | 0 | 0.94 | 0.18 | 69.44 | 0.89 | 0.43 |
| Hex | B2 | D1 | C | F | 0 | 5E | 12 | 45 | 59 | 2B |
| Octal | 262 | 321 | 14 | 17 | 0 | 136 | 22 | 105 | 131 | 53 |
| Binary | 10110010 | 11010001 | 1100 | 1111 | 0 | 1011110 | 10010 | 1000101 | 1011001 | 101011 |
Color Harmonies of #B2D10C
Complementary color
Monochromatic Colors of #B2D10C
Black with #B2D10C
Text Example
Text Example
White with #B2D10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D10C; }
p { color: rgb(178,209,12); }
H1.HeaderClassName
{
color: #B2D10C;
}
.AnyTagClassName
{
color: #B2D10C;
}
</style>
background-color css
<style>
a { background-color: #B2D10C; }
a { background-color: rgb(178,209,12); }
div.DivClassName
{
background-color: #B2D10C;
}
.BgClassName
{
background-color: #B2D10C;
}
</style>
border-color css
<style>
span { border-color: #B2D10C; }
span { border-color: rgb(178,209,12); }
td.TdClassName
{
border-color: #B2D10C;
}
.TagClassName
{
border-color: #B2D10C;
}
</style>