Shades of Rio Grande #B6C81B
Tints of Rio Grande #B6C81B
RGB
CMYK
RGB Variations
Color information
#B6C81B (or 0xB6C81B) is known color: Rio Grande. HEX triplet: B6, C8 and 1B. RGB value is (182,200,27). Sum of RGB (Red+Green+Blue) = 182+200+27=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C81B is #4937E4. Grayscale: #AFAFAF. Windows color (decimal): -4798437 or 1820854. OLE color: 1820854.
HSL color Cylindrical-coordinate representation of color #B6C81B: hue angle of 66.24º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B6C81B is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 200 | 27 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.22 |
| HSL | 66.24º | 0.76% | 0.45% | - |
| HSV(B) | 66.24º | 0.87% | 0.78% | - |
| XYZ | 40.14 | 51.33 | 8.83 | - |
| YUV | 174.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 200 | 27 | 0.09 | 0 | 0.86 | 0.22 | 66.24 | 0.76 | 0.45 |
| Hex | B6 | C8 | 1B | 9 | 0 | 56 | 16 | 42 | 4C | 2D |
| Octal | 266 | 310 | 33 | 11 | 0 | 126 | 26 | 102 | 114 | 55 |
| Binary | 10110110 | 11001000 | 11011 | 1001 | 0 | 1010110 | 10110 | 1000010 | 1001100 | 101101 |
Color Harmonies of #B6C81B
Complementary color
Monochromatic Colors of #B6C81B
Black with #B6C81B
Text Example
Text Example
White with #B6C81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C81B; }
p { color: rgb(182,200,27); }
H1.HeaderClassName
{
color: #B6C81B;
}
.AnyTagClassName
{
color: #B6C81B;
}
</style>
background-color css
<style>
a { background-color: #B6C81B; }
a { background-color: rgb(182,200,27); }
div.DivClassName
{
background-color: #B6C81B;
}
.BgClassName
{
background-color: #B6C81B;
}
</style>
border-color css
<style>
span { border-color: #B6C81B; }
span { border-color: rgb(182,200,27); }
td.TdClassName
{
border-color: #B6C81B;
}
.TagClassName
{
border-color: #B6C81B;
}
</style>