Shades of Rio Grande #B5CA1E
Tints of Rio Grande #B5CA1E
RGB
CMYK
RGB Variations
Color information
#B5CA1E (or 0xB5CA1E) is known color: Rio Grande. HEX triplet: B5, CA and 1E. RGB value is (181,202,30). Sum of RGB (Red+Green+Blue) = 181+202+30=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA1E is #4A35E1. Grayscale: #B0B0B0. Windows color (decimal): -4863458 or 2017973. OLE color: 2017973.
HSL color Cylindrical-coordinate representation of color #B5CA1E: hue angle of 67.33º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5CA1E is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 30 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.21 |
| HSL | 67.33º | 0.74% | 0.45% | - |
| HSV(B) | 67.33º | 0.85% | 0.79% | - |
| XYZ | 40.41 | 52.16 | 9.17 | - |
| YUV | 176.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 30 | 0.10 | 0 | 0.85 | 0.21 | 67.33 | 0.74 | 0.45 |
| Hex | B5 | CA | 1E | A | 0 | 55 | 15 | 43 | 4A | 2D |
| Octal | 265 | 312 | 36 | 12 | 0 | 125 | 25 | 103 | 112 | 55 |
| Binary | 10110101 | 11001010 | 11110 | 1010 | 0 | 1010101 | 10101 | 1000011 | 1001010 | 101101 |
Color Harmonies of #B5CA1E
Complementary color
Monochromatic Colors of #B5CA1E
Black with #B5CA1E
Text Example
Text Example
White with #B5CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA1E; }
p { color: rgb(181,202,30); }
H1.HeaderClassName
{
color: #B5CA1E;
}
.AnyTagClassName
{
color: #B5CA1E;
}
</style>
background-color css
<style>
a { background-color: #B5CA1E; }
a { background-color: rgb(181,202,30); }
div.DivClassName
{
background-color: #B5CA1E;
}
.BgClassName
{
background-color: #B5CA1E;
}
</style>
border-color css
<style>
span { border-color: #B5CA1E; }
span { border-color: rgb(181,202,30); }
td.TdClassName
{
border-color: #B5CA1E;
}
.TagClassName
{
border-color: #B5CA1E;
}
</style>