Shades of Rio Grande #B5CA21
Tints of Rio Grande #B5CA21
RGB
CMYK
RGB Variations
Color information
#B5CA21 (or 0xB5CA21) is known color: Rio Grande. HEX triplet: B5, CA and 21. RGB value is (181,202,33). Sum of RGB (Red+Green+Blue) = 181+202+33=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 33 (13.28% from 255 or 7.93% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CA21 is #4A35DE. Grayscale: #B1B1B1. Windows color (decimal): -4863455 or 2214581. OLE color: 2214581.
HSL color Cylindrical-coordinate representation of color #B5CA21: hue angle of 67.46º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B5CA21 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 202 | 33 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.21 |
| HSL | 67.46º | 0.72% | 0.46% | - |
| HSV(B) | 67.46º | 0.84% | 0.79% | - |
| XYZ | 40.45 | 52.17 | 9.38 | - |
| YUV | 176.46 | 47.04 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 202 | 33 | 0.10 | 0 | 0.84 | 0.21 | 67.46 | 0.72 | 0.46 |
| Hex | B5 | CA | 21 | A | 0 | 54 | 15 | 43 | 48 | 2E |
| Octal | 265 | 312 | 41 | 12 | 0 | 124 | 25 | 103 | 110 | 56 |
| Binary | 10110101 | 11001010 | 100001 | 1010 | 0 | 1010100 | 10101 | 1000011 | 1001000 | 101110 |
Color Harmonies of #B5CA21
Complementary color
Monochromatic Colors of #B5CA21
Black with #B5CA21
Text Example
Text Example
White with #B5CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CA21; }
p { color: rgb(181,202,33); }
H1.HeaderClassName
{
color: #B5CA21;
}
.AnyTagClassName
{
color: #B5CA21;
}
</style>
background-color css
<style>
a { background-color: #B5CA21; }
a { background-color: rgb(181,202,33); }
div.DivClassName
{
background-color: #B5CA21;
}
.BgClassName
{
background-color: #B5CA21;
}
</style>
border-color css
<style>
span { border-color: #B5CA21; }
span { border-color: rgb(181,202,33); }
td.TdClassName
{
border-color: #B5CA21;
}
.TagClassName
{
border-color: #B5CA21;
}
</style>