Shades of Rio Grande #B3D20F
Tints of Rio Grande #B3D20F
RGB
CMYK
RGB Variations
Color information
#B3D20F (or 0xB3D20F) is known color: Rio Grande. HEX triplet: B3, D2 and 0F. RGB value is (179,210,15). Sum of RGB (Red+Green+Blue) = 179+210+15=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #B3D20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3D20F is #4C2DF0. Grayscale: #B3B3B3. Windows color (decimal): -4992497 or 1036979. OLE color: 1036979.
HSL color Cylindrical-coordinate representation of color #B3D20F: hue angle of 69.54º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3D20F is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 210 | 15 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.18 |
| HSL | 69.54º | 0.87% | 0.44% | - |
| HSV(B) | 69.54º | 0.93% | 0.82% | - |
| XYZ | 41.72 | 55.71 | 9.01 | - |
| YUV | 178.5 | 35.73 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 210 | 15 | 0.15 | 0 | 0.93 | 0.18 | 69.54 | 0.87 | 0.44 |
| Hex | B3 | D2 | F | F | 0 | 5D | 12 | 46 | 57 | 2C |
| Octal | 263 | 322 | 17 | 17 | 0 | 135 | 22 | 106 | 127 | 54 |
| Binary | 10110011 | 11010010 | 1111 | 1111 | 0 | 1011101 | 10010 | 1000110 | 1010111 | 101100 |
Color Harmonies of #B3D20F
Complementary color
Monochromatic Colors of #B3D20F
Black with #B3D20F
Text Example
Text Example
White with #B3D20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D20F; }
p { color: rgb(179,210,15); }
H1.HeaderClassName
{
color: #B3D20F;
}
.AnyTagClassName
{
color: #B3D20F;
}
</style>
background-color css
<style>
a { background-color: #B3D20F; }
a { background-color: rgb(179,210,15); }
div.DivClassName
{
background-color: #B3D20F;
}
.BgClassName
{
background-color: #B3D20F;
}
</style>
border-color css
<style>
span { border-color: #B3D20F; }
span { border-color: rgb(179,210,15); }
td.TdClassName
{
border-color: #B3D20F;
}
.TagClassName
{
border-color: #B3D20F;
}
</style>