Shades of Rio Grande #B9CA21
Tints of Rio Grande #B9CA21
RGB
CMYK
RGB Variations
Color information
#B9CA21 (or 0xB9CA21) is known color: Rio Grande. HEX triplet: B9, CA and 21. RGB value is (185,202,33). Sum of RGB (Red+Green+Blue) = 185+202+33=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CA21 is #4635DE. Grayscale: #B2B2B2. Windows color (decimal): -4601311 or 2214585. OLE color: 2214585.
HSL color Cylindrical-coordinate representation of color #B9CA21: hue angle of 66.04º 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 #B9CA21 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 33 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.21 |
| HSL | 66.04º | 0.72% | 0.46% | - |
| HSV(B) | 66.04º | 0.84% | 0.79% | - |
| XYZ | 41.4 | 52.67 | 9.42 | - |
| YUV | 177.65 | 46.37 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 33 | 0.08 | 0 | 0.84 | 0.21 | 66.04 | 0.72 | 0.46 |
| Hex | B9 | CA | 21 | 8 | 0 | 54 | 15 | 42 | 48 | 2E |
| Octal | 271 | 312 | 41 | 10 | 0 | 124 | 25 | 102 | 110 | 56 |
| Binary | 10111001 | 11001010 | 100001 | 1000 | 0 | 1010100 | 10101 | 1000010 | 1001000 | 101110 |
Color Harmonies of #B9CA21
Complementary color
Monochromatic Colors of #B9CA21
Black with #B9CA21
Text Example
Text Example
White with #B9CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA21; }
p { color: rgb(185,202,33); }
H1.HeaderClassName
{
color: #B9CA21;
}
.AnyTagClassName
{
color: #B9CA21;
}
</style>
background-color css
<style>
a { background-color: #B9CA21; }
a { background-color: rgb(185,202,33); }
div.DivClassName
{
background-color: #B9CA21;
}
.BgClassName
{
background-color: #B9CA21;
}
</style>
border-color css
<style>
span { border-color: #B9CA21; }
span { border-color: rgb(185,202,33); }
td.TdClassName
{
border-color: #B9CA21;
}
.TagClassName
{
border-color: #B9CA21;
}
</style>