Shades of Rio Grande #B4D31F
Tints of Rio Grande #B4D31F
RGB
CMYK
RGB Variations
Color information
#B4D31F (or 0xB4D31F) is known color: Rio Grande. HEX triplet: B4, D3 and 1F. RGB value is (180,211,31). Sum of RGB (Red+Green+Blue) = 180+211+31=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #B4D31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D31F is #4B2CE0. Grayscale: #B5B5B5. Windows color (decimal): -4926689 or 2085812. OLE color: 2085812.
HSL color Cylindrical-coordinate representation of color #B4D31F: hue angle of 70.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4D31F is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 211 | 31 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.17 |
| HSL | 70.33º | 0.74% | 0.47% | - |
| HSV(B) | 70.33º | 0.85% | 0.83% | - |
| XYZ | 42.36 | 56.39 | 9.95 | - |
| YUV | 181.21 | 43.23 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 31 | 0.15 | 0 | 0.85 | 0.17 | 70.33 | 0.74 | 0.47 |
| Hex | B4 | D3 | 1F | F | 0 | 55 | 11 | 46 | 4A | 2F |
| Octal | 264 | 323 | 37 | 17 | 0 | 125 | 21 | 106 | 112 | 57 |
| Binary | 10110100 | 11010011 | 11111 | 1111 | 0 | 1010101 | 10001 | 1000110 | 1001010 | 101111 |
Color Harmonies of #B4D31F
Complementary color
Monochromatic Colors of #B4D31F
Black with #B4D31F
Text Example
Text Example
White with #B4D31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D31F; }
p { color: rgb(180,211,31); }
H1.HeaderClassName
{
color: #B4D31F;
}
.AnyTagClassName
{
color: #B4D31F;
}
</style>
background-color css
<style>
a { background-color: #B4D31F; }
a { background-color: rgb(180,211,31); }
div.DivClassName
{
background-color: #B4D31F;
}
.BgClassName
{
background-color: #B4D31F;
}
</style>
border-color css
<style>
span { border-color: #B4D31F; }
span { border-color: rgb(180,211,31); }
td.TdClassName
{
border-color: #B4D31F;
}
.TagClassName
{
border-color: #B4D31F;
}
</style>