Shades of Rio Grande #B6C413
Tints of Rio Grande #B6C413
RGB
CMYK
RGB Variations
Color information
#B6C413 (or 0xB6C413) is known color: Rio Grande. HEX triplet: B6, C4 and 13. RGB value is (182,196,19). Sum of RGB (Red+Green+Blue) = 182+196+19=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C413 is #493BEC. Grayscale: #ACACAC. Windows color (decimal): -4799469 or 1295542. OLE color: 1295542.
HSL color Cylindrical-coordinate representation of color #B6C413: hue angle of 64.75º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6C413 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 196 | 19 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.23 |
| HSL | 64.75º | 0.82% | 0.42% | - |
| HSV(B) | 64.75º | 0.9% | 0.77% | - |
| XYZ | 39.15 | 49.47 | 8.1 | - |
| YUV | 171.64 | 41.86 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 196 | 19 | 0.07 | 0 | 0.90 | 0.23 | 64.75 | 0.82 | 0.42 |
| Hex | B6 | C4 | 13 | 7 | 0 | 5A | 17 | 41 | 52 | 2A |
| Octal | 266 | 304 | 23 | 7 | 0 | 132 | 27 | 101 | 122 | 52 |
| Binary | 10110110 | 11000100 | 10011 | 111 | 0 | 1011010 | 10111 | 1000001 | 1010010 | 101010 |
Color Harmonies of #B6C413
Complementary color
Monochromatic Colors of #B6C413
Black with #B6C413
Text Example
Text Example
White with #B6C413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C413; }
p { color: rgb(182,196,19); }
H1.HeaderClassName
{
color: #B6C413;
}
.AnyTagClassName
{
color: #B6C413;
}
</style>
background-color css
<style>
a { background-color: #B6C413; }
a { background-color: rgb(182,196,19); }
div.DivClassName
{
background-color: #B6C413;
}
.BgClassName
{
background-color: #B6C413;
}
</style>
border-color css
<style>
span { border-color: #B6C413; }
span { border-color: rgb(182,196,19); }
td.TdClassName
{
border-color: #B6C413;
}
.TagClassName
{
border-color: #B6C413;
}
</style>