Shades of Rio Grande #B6C319
Tints of Rio Grande #B6C319
RGB
CMYK
RGB Variations
Color information
#B6C319 (or 0xB6C319) is known color: Rio Grande. HEX triplet: B6, C3 and 19. RGB value is (182,195,25). Sum of RGB (Red+Green+Blue) = 182+195+25=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C319 is #493CE6. Grayscale: #ACACAC. Windows color (decimal): -4799719 or 1688502. OLE color: 1688502.
HSL color Cylindrical-coordinate representation of color #B6C319: hue angle of 64.59º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6C319 is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 195 | 25 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.24 |
| HSL | 64.59º | 0.77% | 0.43% | - |
| HSV(B) | 64.59º | 0.87% | 0.76% | - |
| XYZ | 38.98 | 49.05 | 8.33 | - |
| YUV | 171.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 195 | 25 | 0.07 | 0 | 0.87 | 0.24 | 64.59 | 0.77 | 0.43 |
| Hex | B6 | C3 | 19 | 7 | 0 | 57 | 18 | 41 | 4D | 2B |
| Octal | 266 | 303 | 31 | 7 | 0 | 127 | 30 | 101 | 115 | 53 |
| Binary | 10110110 | 11000011 | 11001 | 111 | 0 | 1010111 | 11000 | 1000001 | 1001101 | 101011 |
Color Harmonies of #B6C319
Complementary color
Monochromatic Colors of #B6C319
Black with #B6C319
Text Example
Text Example
White with #B6C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C319; }
p { color: rgb(182,195,25); }
H1.HeaderClassName
{
color: #B6C319;
}
.AnyTagClassName
{
color: #B6C319;
}
</style>
background-color css
<style>
a { background-color: #B6C319; }
a { background-color: rgb(182,195,25); }
div.DivClassName
{
background-color: #B6C319;
}
.BgClassName
{
background-color: #B6C319;
}
</style>
border-color css
<style>
span { border-color: #B6C319; }
span { border-color: rgb(182,195,25); }
td.TdClassName
{
border-color: #B6C319;
}
.TagClassName
{
border-color: #B6C319;
}
</style>