Shades of Rio Grande #B5CA27
Tints of Rio Grande #B5CA27
RGB
CMYK
RGB Variations
Color information
#B5CA27 (or 0xB5CA27) is known color: Rio Grande. HEX triplet: B5, CA and 27. RGB value is (181,202,39). Sum of RGB (Red+Green+Blue) = 181+202+39=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA27 is #4A35D8. Grayscale: #B1B1B1. Windows color (decimal): -4863449 or 2607797. OLE color: 2607797.
HSL color Cylindrical-coordinate representation of color #B5CA27: hue angle of 67.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5CA27 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 39 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.21 |
| HSL | 67.73º | 0.68% | 0.47% | - |
| HSV(B) | 67.73º | 0.81% | 0.79% | - |
| XYZ | 40.54 | 52.21 | 9.86 | - |
| YUV | 177.14 | 50.04 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 39 | 0.10 | 0 | 0.81 | 0.21 | 67.73 | 0.68 | 0.47 |
| Hex | B5 | CA | 27 | A | 0 | 51 | 15 | 44 | 44 | 2F |
| Octal | 265 | 312 | 47 | 12 | 0 | 121 | 25 | 104 | 104 | 57 |
| Binary | 10110101 | 11001010 | 100111 | 1010 | 0 | 1010001 | 10101 | 1000100 | 1000100 | 101111 |
Color Harmonies of #B5CA27
Complementary color
Monochromatic Colors of #B5CA27
Black with #B5CA27
Text Example
Text Example
White with #B5CA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA27; }
p { color: rgb(181,202,39); }
H1.HeaderClassName
{
color: #B5CA27;
}
.AnyTagClassName
{
color: #B5CA27;
}
</style>
background-color css
<style>
a { background-color: #B5CA27; }
a { background-color: rgb(181,202,39); }
div.DivClassName
{
background-color: #B5CA27;
}
.BgClassName
{
background-color: #B5CA27;
}
</style>
border-color css
<style>
span { border-color: #B5CA27; }
span { border-color: rgb(181,202,39); }
td.TdClassName
{
border-color: #B5CA27;
}
.TagClassName
{
border-color: #B5CA27;
}
</style>