Shades of Rio Grande #B6CE20
Tints of Rio Grande #B6CE20
RGB
CMYK
RGB Variations
Color information
#B6CE20 (or 0xB6CE20) is known color: Rio Grande. HEX triplet: B6, CE and 20. RGB value is (182,206,32). Sum of RGB (Red+Green+Blue) = 182+206+32=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #B6CE20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CE20 is #4931DF. Grayscale: #B3B3B3. Windows color (decimal): -4796896 or 2150070. OLE color: 2150070.
HSL color Cylindrical-coordinate representation of color #B6CE20: hue angle of 68.28º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6CE20 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 206 | 32 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.19 |
| HSL | 68.28º | 0.73% | 0.47% | - |
| HSV(B) | 68.28º | 0.84% | 0.81% | - |
| XYZ | 41.62 | 54.19 | 9.63 | - |
| YUV | 178.99 | 45.05 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 206 | 32 | 0.12 | 0 | 0.84 | 0.19 | 68.28 | 0.73 | 0.47 |
| Hex | B6 | CE | 20 | C | 0 | 54 | 13 | 44 | 49 | 2F |
| Octal | 266 | 316 | 40 | 14 | 0 | 124 | 23 | 104 | 111 | 57 |
| Binary | 10110110 | 11001110 | 100000 | 1100 | 0 | 1010100 | 10011 | 1000100 | 1001001 | 101111 |
Color Harmonies of #B6CE20
Complementary color
Monochromatic Colors of #B6CE20
Black with #B6CE20
Text Example
Text Example
White with #B6CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CE20; }
p { color: rgb(182,206,32); }
H1.HeaderClassName
{
color: #B6CE20;
}
.AnyTagClassName
{
color: #B6CE20;
}
</style>
background-color css
<style>
a { background-color: #B6CE20; }
a { background-color: rgb(182,206,32); }
div.DivClassName
{
background-color: #B6CE20;
}
.BgClassName
{
background-color: #B6CE20;
}
</style>
border-color css
<style>
span { border-color: #B6CE20; }
span { border-color: rgb(182,206,32); }
td.TdClassName
{
border-color: #B6CE20;
}
.TagClassName
{
border-color: #B6CE20;
}
</style>