Shades of Rio Grande #B4C811
Tints of Rio Grande #B4C811
RGB
CMYK
RGB Variations
Color information
#B4C811 (or 0xB4C811) is known color: Rio Grande. HEX triplet: B4, C8 and 11. RGB value is (180,200,17). Sum of RGB (Red+Green+Blue) = 180+200+17=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C811 is #4B37EE. Grayscale: #ADADAD. Windows color (decimal): -4929519 or 1165492. OLE color: 1165492.
HSL color Cylindrical-coordinate representation of color #B4C811: hue angle of 66.56º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4C811 is Cyan = 0.1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 17 | - |
| CMYK | 0.1 | 0 | 0.92 | 0.22 |
| HSL | 66.56º | 0.84% | 0.43% | - |
| HSV(B) | 66.56º | 0.92% | 0.78% | - |
| XYZ | 39.58 | 51.05 | 8.3 | - |
| YUV | 173.16 | 39.87 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 17 | 0.1 | 0 | 0.92 | 0.22 | 66.56 | 0.84 | 0.43 |
| Hex | B4 | C8 | 11 | A | 0 | 5C | 16 | 43 | 54 | 2B |
| Octal | 264 | 310 | 21 | 12 | 0 | 134 | 26 | 103 | 124 | 53 |
| Binary | 10110100 | 11001000 | 10001 | 1010 | 0 | 1011100 | 10110 | 1000011 | 1010100 | 101011 |
Color Harmonies of #B4C811
Complementary color
Monochromatic Colors of #B4C811
Black with #B4C811
Text Example
Text Example
White with #B4C811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C811; }
p { color: rgb(180,200,17); }
H1.HeaderClassName
{
color: #B4C811;
}
.AnyTagClassName
{
color: #B4C811;
}
</style>
background-color css
<style>
a { background-color: #B4C811; }
a { background-color: rgb(180,200,17); }
div.DivClassName
{
background-color: #B4C811;
}
.BgClassName
{
background-color: #B4C811;
}
</style>
border-color css
<style>
span { border-color: #B4C811; }
span { border-color: rgb(180,200,17); }
td.TdClassName
{
border-color: #B4C811;
}
.TagClassName
{
border-color: #B4C811;
}
</style>