Shades of Rio Grande #B6C628
Tints of Rio Grande #B6C628
RGB
CMYK
RGB Variations
Color information
#B6C628 (or 0xB6C628) is known color: Rio Grande. HEX triplet: B6, C6 and 28. RGB value is (182,198,40). Sum of RGB (Red+Green+Blue) = 182+198+40=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 198 (77.73% from 255 or 47.14% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C628 is #4939D7. Grayscale: #AFAFAF. Windows color (decimal): -4798936 or 2672310. OLE color: 2672310.
HSL color Cylindrical-coordinate representation of color #B6C628: hue angle of 66.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6C628 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 198 | 40 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.22 |
| HSL | 66.08º | 0.66% | 0.47% | - |
| HSV(B) | 66.08º | 0.8% | 0.78% | - |
| XYZ | 39.87 | 50.49 | 9.65 | - |
| YUV | 175.2 | 51.7 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 198 | 40 | 0.08 | 0 | 0.80 | 0.22 | 66.08 | 0.66 | 0.47 |
| Hex | B6 | C6 | 28 | 8 | 0 | 50 | 16 | 42 | 42 | 2F |
| Octal | 266 | 306 | 50 | 10 | 0 | 120 | 26 | 102 | 102 | 57 |
| Binary | 10110110 | 11000110 | 101000 | 1000 | 0 | 1010000 | 10110 | 1000010 | 1000010 | 101111 |
Color Harmonies of #B6C628
Complementary color
Monochromatic Colors of #B6C628
Black with #B6C628
Text Example
Text Example
White with #B6C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C628; }
p { color: rgb(182,198,40); }
H1.HeaderClassName
{
color: #B6C628;
}
.AnyTagClassName
{
color: #B6C628;
}
</style>
background-color css
<style>
a { background-color: #B6C628; }
a { background-color: rgb(182,198,40); }
div.DivClassName
{
background-color: #B6C628;
}
.BgClassName
{
background-color: #B6C628;
}
</style>
border-color css
<style>
span { border-color: #B6C628; }
span { border-color: rgb(182,198,40); }
td.TdClassName
{
border-color: #B6C628;
}
.TagClassName
{
border-color: #B6C628;
}
</style>