Shades of Rio Grande #B5CA12
Tints of Rio Grande #B5CA12
RGB
CMYK
RGB Variations
Color information
#B5CA12 (or 0xB5CA12) is known color: Rio Grande. HEX triplet: B5, CA and 12. RGB value is (181,202,18). Sum of RGB (Red+Green+Blue) = 181+202+18=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CA12 is #4A35ED. Grayscale: #AFAFAF. Windows color (decimal): -4863470 or 1231541. OLE color: 1231541.
HSL color Cylindrical-coordinate representation of color #B5CA12: hue angle of 66.85º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5CA12 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 18 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.21 |
| HSL | 66.85º | 0.84% | 0.43% | - |
| HSV(B) | 66.85º | 0.91% | 0.79% | - |
| XYZ | 40.29 | 52.11 | 8.51 | - |
| YUV | 174.75 | 39.54 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 18 | 0.10 | 0 | 0.91 | 0.21 | 66.85 | 0.84 | 0.43 |
| Hex | B5 | CA | 12 | A | 0 | 5B | 15 | 43 | 54 | 2B |
| Octal | 265 | 312 | 22 | 12 | 0 | 133 | 25 | 103 | 124 | 53 |
| Binary | 10110101 | 11001010 | 10010 | 1010 | 0 | 1011011 | 10101 | 1000011 | 1010100 | 101011 |
Color Harmonies of #B5CA12
Complementary color
Monochromatic Colors of #B5CA12
Black with #B5CA12
Text Example
Text Example
White with #B5CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA12; }
p { color: rgb(181,202,18); }
H1.HeaderClassName
{
color: #B5CA12;
}
.AnyTagClassName
{
color: #B5CA12;
}
</style>
background-color css
<style>
a { background-color: #B5CA12; }
a { background-color: rgb(181,202,18); }
div.DivClassName
{
background-color: #B5CA12;
}
.BgClassName
{
background-color: #B5CA12;
}
</style>
border-color css
<style>
span { border-color: #B5CA12; }
span { border-color: rgb(181,202,18); }
td.TdClassName
{
border-color: #B5CA12;
}
.TagClassName
{
border-color: #B5CA12;
}
</style>