Shades of Rio Grande #B3C810
Tints of Rio Grande #B3C810
RGB
CMYK
RGB Variations
Color information
#B3C810 (or 0xB3C810) is known color: Rio Grande. HEX triplet: B3, C8 and 10. RGB value is (179,200,16). Sum of RGB (Red+Green+Blue) = 179+200+16=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 200 (78.52% from 255 or 50.63% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 200 - color contains mainly: green. Hex color #B3C810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C810 is #4C37EF. Grayscale: #ADADAD. Windows color (decimal): -4995056 or 1099955. OLE color: 1099955.
HSL color Cylindrical-coordinate representation of color #B3C810: hue angle of 66.85º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3C810 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 200 | 16 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.22 |
| HSL | 66.85º | 0.85% | 0.42% | - |
| HSV(B) | 66.85º | 0.92% | 0.78% | - |
| XYZ | 39.34 | 50.93 | 8.25 | - |
| YUV | 172.75 | 39.54 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 200 | 16 | 0.10 | 0 | 0.92 | 0.22 | 66.85 | 0.85 | 0.42 |
| Hex | B3 | C8 | 10 | A | 0 | 5C | 16 | 43 | 55 | 2A |
| Octal | 263 | 310 | 20 | 12 | 0 | 134 | 26 | 103 | 125 | 52 |
| Binary | 10110011 | 11001000 | 10000 | 1010 | 0 | 1011100 | 10110 | 1000011 | 1010101 | 101010 |
Color Harmonies of #B3C810
Complementary color
Monochromatic Colors of #B3C810
Black with #B3C810
Text Example
Text Example
White with #B3C810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C810; }
p { color: rgb(179,200,16); }
H1.HeaderClassName
{
color: #B3C810;
}
.AnyTagClassName
{
color: #B3C810;
}
</style>
background-color css
<style>
a { background-color: #B3C810; }
a { background-color: rgb(179,200,16); }
div.DivClassName
{
background-color: #B3C810;
}
.BgClassName
{
background-color: #B3C810;
}
</style>
border-color css
<style>
span { border-color: #B3C810; }
span { border-color: rgb(179,200,16); }
td.TdClassName
{
border-color: #B3C810;
}
.TagClassName
{
border-color: #B3C810;
}
</style>