Shades of Rio Grande #B5CA0F
Tints of Rio Grande #B5CA0F
RGB
CMYK
RGB Variations
Color information
#B5CA0F (or 0xB5CA0F) is known color: Rio Grande. HEX triplet: B5, CA and 0F. RGB value is (181,202,15). Sum of RGB (Red+Green+Blue) = 181+202+15=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CA0F is #4A35F0. Grayscale: #AFAFAF. Windows color (decimal): -4863473 or 1034933. OLE color: 1034933.
HSL color Cylindrical-coordinate representation of color #B5CA0F: hue angle of 66.74º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5CA0F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 15 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.21 |
| HSL | 66.74º | 0.86% | 0.43% | - |
| HSV(B) | 66.74º | 0.93% | 0.79% | - |
| XYZ | 40.26 | 52.1 | 8.39 | - |
| YUV | 174.4 | 38.04 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 15 | 0.10 | 0 | 0.93 | 0.21 | 66.74 | 0.86 | 0.43 |
| Hex | B5 | CA | F | A | 0 | 5D | 15 | 43 | 56 | 2B |
| Octal | 265 | 312 | 17 | 12 | 0 | 135 | 25 | 103 | 126 | 53 |
| Binary | 10110101 | 11001010 | 1111 | 1010 | 0 | 1011101 | 10101 | 1000011 | 1010110 | 101011 |
Color Harmonies of #B5CA0F
Complementary color
Monochromatic Colors of #B5CA0F
Black with #B5CA0F
Text Example
Text Example
White with #B5CA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA0F; }
p { color: rgb(181,202,15); }
H1.HeaderClassName
{
color: #B5CA0F;
}
.AnyTagClassName
{
color: #B5CA0F;
}
</style>
background-color css
<style>
a { background-color: #B5CA0F; }
a { background-color: rgb(181,202,15); }
div.DivClassName
{
background-color: #B5CA0F;
}
.BgClassName
{
background-color: #B5CA0F;
}
</style>
border-color css
<style>
span { border-color: #B5CA0F; }
span { border-color: rgb(181,202,15); }
td.TdClassName
{
border-color: #B5CA0F;
}
.TagClassName
{
border-color: #B5CA0F;
}
</style>