Shades of Rio Grande #B1C01D
Tints of Rio Grande #B1C01D
RGB
CMYK
RGB Variations
Color information
#B1C01D (or 0xB1C01D) is known color: Rio Grande. HEX triplet: B1, C0 and 1D. RGB value is (177,192,29). Sum of RGB (Red+Green+Blue) = 177+192+29=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C01D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C01D is #4E3FE2. Grayscale: #A9A9A9. Windows color (decimal): -5128163 or 1949873. OLE color: 1949873.
HSL color Cylindrical-coordinate representation of color #B1C01D: hue angle of 65.52º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1C01D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 177 | 192 | 29 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.25 |
| HSL | 65.52º | 0.74% | 0.43% | - |
| HSV(B) | 65.52º | 0.85% | 0.75% | - |
| XYZ | 37.2 | 47.14 | 8.3 | - |
| YUV | 168.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 192 | 29 | 0.08 | 0 | 0.85 | 0.25 | 65.52 | 0.74 | 0.43 |
| Hex | B1 | C0 | 1D | 8 | 0 | 55 | 19 | 42 | 4A | 2B |
| Octal | 261 | 300 | 35 | 10 | 0 | 125 | 31 | 102 | 112 | 53 |
| Binary | 10110001 | 11000000 | 11101 | 1000 | 0 | 1010101 | 11001 | 1000010 | 1001010 | 101011 |
Color Harmonies of #B1C01D
Complementary color
Monochromatic Colors of #B1C01D
Black with #B1C01D
Text Example
Text Example
White with #B1C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1C01D; }
p { color: rgb(177,192,29); }
H1.HeaderClassName
{
color: #B1C01D;
}
.AnyTagClassName
{
color: #B1C01D;
}
</style>
background-color css
<style>
a { background-color: #B1C01D; }
a { background-color: rgb(177,192,29); }
div.DivClassName
{
background-color: #B1C01D;
}
.BgClassName
{
background-color: #B1C01D;
}
</style>
border-color css
<style>
span { border-color: #B1C01D; }
span { border-color: rgb(177,192,29); }
td.TdClassName
{
border-color: #B1C01D;
}
.TagClassName
{
border-color: #B1C01D;
}
</style>