Shades of Rio Grande #B5D022
Tints of Rio Grande #B5D022
RGB
CMYK
RGB Variations
Color information
#B5D022 (or 0xB5D022) is known color: Rio Grande. HEX triplet: B5, D0 and 22. RGB value is (181,208,34). Sum of RGB (Red+Green+Blue) = 181+208+34=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D022 is #4A2FDD. Grayscale: #B4B4B4. Windows color (decimal): -4861918 or 2281653. OLE color: 2281653.
HSL color Cylindrical-coordinate representation of color #B5D022: hue angle of 69.31º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5D022 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 34 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.18 |
| HSL | 69.31º | 0.72% | 0.47% | - |
| HSV(B) | 69.31º | 0.84% | 0.82% | - |
| XYZ | 41.9 | 55.05 | 9.93 | - |
| YUV | 180.09 | 45.55 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 34 | 0.13 | 0 | 0.84 | 0.18 | 69.31 | 0.72 | 0.47 |
| Hex | B5 | D0 | 22 | D | 0 | 54 | 12 | 45 | 48 | 2F |
| Octal | 265 | 320 | 42 | 15 | 0 | 124 | 22 | 105 | 110 | 57 |
| Binary | 10110101 | 11010000 | 100010 | 1101 | 0 | 1010100 | 10010 | 1000101 | 1001000 | 101111 |
Color Harmonies of #B5D022
Complementary color
Monochromatic Colors of #B5D022
Black with #B5D022
Text Example
Text Example
White with #B5D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D022; }
p { color: rgb(181,208,34); }
H1.HeaderClassName
{
color: #B5D022;
}
.AnyTagClassName
{
color: #B5D022;
}
</style>
background-color css
<style>
a { background-color: #B5D022; }
a { background-color: rgb(181,208,34); }
div.DivClassName
{
background-color: #B5D022;
}
.BgClassName
{
background-color: #B5D022;
}
</style>
border-color css
<style>
span { border-color: #B5D022; }
span { border-color: rgb(181,208,34); }
td.TdClassName
{
border-color: #B5D022;
}
.TagClassName
{
border-color: #B5D022;
}
</style>