Shades of Rio Grande #B5C01D
Tints of Rio Grande #B5C01D
RGB
CMYK
RGB Variations
Color information
#B5C01D (or 0xB5C01D) is known color: Rio Grande. HEX triplet: B5, C0 and 1D. RGB value is (181,192,29). Sum of RGB (Red+Green+Blue) = 181+192+29=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C01D is #4A3FE2. Grayscale: #AAAAAA. Windows color (decimal): -4866019 or 1949877. OLE color: 1949877.
HSL color Cylindrical-coordinate representation of color #B5C01D: hue angle of 64.05º 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 #B5C01D is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 29 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.25 |
| HSL | 64.05º | 0.74% | 0.43% | - |
| HSV(B) | 64.05º | 0.85% | 0.75% | - |
| XYZ | 38.13 | 47.61 | 8.34 | - |
| YUV | 170.13 | 48.36 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 29 | 0.06 | 0 | 0.85 | 0.25 | 64.05 | 0.74 | 0.43 |
| Hex | B5 | C0 | 1D | 6 | 0 | 55 | 19 | 40 | 4A | 2B |
| Octal | 265 | 300 | 35 | 6 | 0 | 125 | 31 | 100 | 112 | 53 |
| Binary | 10110101 | 11000000 | 11101 | 110 | 0 | 1010101 | 11001 | 1000000 | 1001010 | 101011 |
Color Harmonies of #B5C01D
Complementary color
Monochromatic Colors of #B5C01D
Black with #B5C01D
Text Example
Text Example
White with #B5C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C01D; }
p { color: rgb(181,192,29); }
H1.HeaderClassName
{
color: #B5C01D;
}
.AnyTagClassName
{
color: #B5C01D;
}
</style>
background-color css
<style>
a { background-color: #B5C01D; }
a { background-color: rgb(181,192,29); }
div.DivClassName
{
background-color: #B5C01D;
}
.BgClassName
{
background-color: #B5C01D;
}
</style>
border-color css
<style>
span { border-color: #B5C01D; }
span { border-color: rgb(181,192,29); }
td.TdClassName
{
border-color: #B5C01D;
}
.TagClassName
{
border-color: #B5C01D;
}
</style>