Shades of Rio Grande #B9CA24
Tints of Rio Grande #B9CA24
RGB
CMYK
RGB Variations
Color information
#B9CA24 (or 0xB9CA24) is known color: Rio Grande. HEX triplet: B9, CA and 24. RGB value is (185,202,36). Sum of RGB (Red+Green+Blue) = 185+202+36=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CA24 is #4635DB. Grayscale: #B2B2B2. Windows color (decimal): -4601308 or 2411193. OLE color: 2411193.
HSL color Cylindrical-coordinate representation of color #B9CA24: hue angle of 66.14º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9CA24 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 36 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.21 |
| HSL | 66.14º | 0.7% | 0.47% | - |
| HSV(B) | 66.14º | 0.82% | 0.79% | - |
| XYZ | 41.45 | 52.68 | 9.65 | - |
| YUV | 177.99 | 47.87 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 36 | 0.08 | 0 | 0.82 | 0.21 | 66.14 | 0.7 | 0.47 |
| Hex | B9 | CA | 24 | 8 | 0 | 52 | 15 | 42 | 46 | 2F |
| Octal | 271 | 312 | 44 | 10 | 0 | 122 | 25 | 102 | 106 | 57 |
| Binary | 10111001 | 11001010 | 100100 | 1000 | 0 | 1010010 | 10101 | 1000010 | 1000110 | 101111 |
Color Harmonies of #B9CA24
Complementary color
Monochromatic Colors of #B9CA24
Black with #B9CA24
Text Example
Text Example
White with #B9CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA24; }
p { color: rgb(185,202,36); }
H1.HeaderClassName
{
color: #B9CA24;
}
.AnyTagClassName
{
color: #B9CA24;
}
</style>
background-color css
<style>
a { background-color: #B9CA24; }
a { background-color: rgb(185,202,36); }
div.DivClassName
{
background-color: #B9CA24;
}
.BgClassName
{
background-color: #B9CA24;
}
</style>
border-color css
<style>
span { border-color: #B9CA24; }
span { border-color: rgb(185,202,36); }
td.TdClassName
{
border-color: #B9CA24;
}
.TagClassName
{
border-color: #B9CA24;
}
</style>