Shades of Rio Grande #B4D114
Tints of Rio Grande #B4D114
RGB
CMYK
RGB Variations
Color information
#B4D114 (or 0xB4D114) is known color: Rio Grande. HEX triplet: B4, D1 and 14. RGB value is (180,209,20). Sum of RGB (Red+Green+Blue) = 180+209+20=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #B4D114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D114 is #4B2EEB. Grayscale: #B3B3B3. Windows color (decimal): -4927212 or 1364404. OLE color: 1364404.
HSL color Cylindrical-coordinate representation of color #B4D114: hue angle of 69.21º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4D114 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 209 | 20 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.18 |
| HSL | 69.21º | 0.83% | 0.45% | - |
| HSV(B) | 69.21º | 0.9% | 0.82% | - |
| XYZ | 41.75 | 55.35 | 9.15 | - |
| YUV | 178.78 | 38.39 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 209 | 20 | 0.14 | 0 | 0.90 | 0.18 | 69.21 | 0.83 | 0.45 |
| Hex | B4 | D1 | 14 | E | 0 | 5A | 12 | 45 | 53 | 2D |
| Octal | 264 | 321 | 24 | 16 | 0 | 132 | 22 | 105 | 123 | 55 |
| Binary | 10110100 | 11010001 | 10100 | 1110 | 0 | 1011010 | 10010 | 1000101 | 1010011 | 101101 |
Color Harmonies of #B4D114
Complementary color
Monochromatic Colors of #B4D114
Black with #B4D114
Text Example
Text Example
White with #B4D114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D114; }
p { color: rgb(180,209,20); }
H1.HeaderClassName
{
color: #B4D114;
}
.AnyTagClassName
{
color: #B4D114;
}
</style>
background-color css
<style>
a { background-color: #B4D114; }
a { background-color: rgb(180,209,20); }
div.DivClassName
{
background-color: #B4D114;
}
.BgClassName
{
background-color: #B4D114;
}
</style>
border-color css
<style>
span { border-color: #B4D114; }
span { border-color: rgb(180,209,20); }
td.TdClassName
{
border-color: #B4D114;
}
.TagClassName
{
border-color: #B4D114;
}
</style>