Shades of Rio Grande #B4D41D
Tints of Rio Grande #B4D41D
RGB
CMYK
RGB Variations
Color information
#B4D41D (or 0xB4D41D) is known color: Rio Grande. HEX triplet: B4, D4 and 1D. RGB value is (180,212,29). Sum of RGB (Red+Green+Blue) = 180+212+29=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 212 (83.20% from 255 or 50.36% from 421); Blue value is 29 (11.72% from 255 or 6.89% from 421); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D41D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D41D is #4B2BE2. Grayscale: #B6B6B6. Windows color (decimal): -4926435 or 1954996. OLE color: 1954996.
HSL color Cylindrical-coordinate representation of color #B4D41D: hue angle of 70.49º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4D41D is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 212 | 29 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.17 |
| HSL | 70.49º | 0.76% | 0.47% | - |
| HSV(B) | 70.49º | 0.86% | 0.83% | - |
| XYZ | 42.59 | 56.88 | 9.9 | - |
| YUV | 181.57 | 41.9 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 29 | 0.15 | 0 | 0.86 | 0.17 | 70.49 | 0.76 | 0.47 |
| Hex | B4 | D4 | 1D | F | 0 | 56 | 11 | 46 | 4C | 2F |
| Octal | 264 | 324 | 35 | 17 | 0 | 126 | 21 | 106 | 114 | 57 |
| Binary | 10110100 | 11010100 | 11101 | 1111 | 0 | 1010110 | 10001 | 1000110 | 1001100 | 101111 |
Color Harmonies of #B4D41D
Complementary color
Monochromatic Colors of #B4D41D
Black with #B4D41D
Text Example
Text Example
White with #B4D41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D41D; }
p { color: rgb(180,212,29); }
H1.HeaderClassName
{
color: #B4D41D;
}
.AnyTagClassName
{
color: #B4D41D;
}
</style>
background-color css
<style>
a { background-color: #B4D41D; }
a { background-color: rgb(180,212,29); }
div.DivClassName
{
background-color: #B4D41D;
}
.BgClassName
{
background-color: #B4D41D;
}
</style>
border-color css
<style>
span { border-color: #B4D41D; }
span { border-color: rgb(180,212,29); }
td.TdClassName
{
border-color: #B4D41D;
}
.TagClassName
{
border-color: #B4D41D;
}
</style>