Shades of Rio Grande #B6C52E
Tints of Rio Grande #B6C52E
RGB
CMYK
RGB Variations
Color information
#B6C52E (or 0xB6C52E) is known color: Rio Grande. HEX triplet: B6, C5 and 2E. RGB value is (182,197,46). Sum of RGB (Red+Green+Blue) = 182+197+46=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C52E is #493AD1. Grayscale: #AFAFAF. Windows color (decimal): -4799186 or 3065270. OLE color: 3065270.
HSL color Cylindrical-coordinate representation of color #B6C52E: hue angle of 65.96º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6C52E is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 182 | 197 | 46 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.23 |
| HSL | 65.96º | 0.62% | 0.48% | - |
| HSV(B) | 65.96º | 0.77% | 0.77% | - |
| XYZ | 39.75 | 50.07 | 10.16 | - |
| YUV | 175.3 | 55.03 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 197 | 46 | 0.08 | 0 | 0.77 | 0.23 | 65.96 | 0.62 | 0.48 |
| Hex | B6 | C5 | 2E | 8 | 0 | 4D | 17 | 42 | 3E | 30 |
| Octal | 266 | 305 | 56 | 10 | 0 | 115 | 27 | 102 | 76 | 60 |
| Binary | 10110110 | 11000101 | 101110 | 1000 | 0 | 1001101 | 10111 | 1000010 | 111110 | 110000 |
Color Harmonies of #B6C52E
Complementary color
Monochromatic Colors of #B6C52E
Black with #B6C52E
Text Example
Text Example
White with #B6C52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C52E; }
p { color: rgb(182,197,46); }
H1.HeaderClassName
{
color: #B6C52E;
}
.AnyTagClassName
{
color: #B6C52E;
}
</style>
background-color css
<style>
a { background-color: #B6C52E; }
a { background-color: rgb(182,197,46); }
div.DivClassName
{
background-color: #B6C52E;
}
.BgClassName
{
background-color: #B6C52E;
}
</style>
border-color css
<style>
span { border-color: #B6C52E; }
span { border-color: rgb(182,197,46); }
td.TdClassName
{
border-color: #B6C52E;
}
.TagClassName
{
border-color: #B6C52E;
}
</style>