Shades of Rio Grande #B0CA24
Tints of Rio Grande #B0CA24
RGB
CMYK
RGB Variations
Color information
#B0CA24 (or 0xB0CA24) is known color: Rio Grande. HEX triplet: B0, CA and 24. RGB value is (176,202,36). Sum of RGB (Red+Green+Blue) = 176+202+36=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CA24 is #4F35DB. Grayscale: #AFAFAF. Windows color (decimal): -5191132 or 2411184. OLE color: 2411184.
HSL color Cylindrical-coordinate representation of color #B0CA24: hue angle of 69.4º 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 #B0CA24 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 202 | 36 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.21 |
| HSL | 69.4º | 0.7% | 0.47% | - |
| HSV(B) | 69.4º | 0.82% | 0.79% | - |
| XYZ | 39.34 | 51.6 | 9.55 | - |
| YUV | 175.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 202 | 36 | 0.13 | 0 | 0.82 | 0.21 | 69.4 | 0.7 | 0.47 |
| Hex | B0 | CA | 24 | D | 0 | 52 | 15 | 45 | 46 | 2F |
| Octal | 260 | 312 | 44 | 15 | 0 | 122 | 25 | 105 | 106 | 57 |
| Binary | 10110000 | 11001010 | 100100 | 1101 | 0 | 1010010 | 10101 | 1000101 | 1000110 | 101111 |
Color Harmonies of #B0CA24
Complementary color
Monochromatic Colors of #B0CA24
Black with #B0CA24
Text Example
Text Example
White with #B0CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CA24; }
p { color: rgb(176,202,36); }
H1.HeaderClassName
{
color: #B0CA24;
}
.AnyTagClassName
{
color: #B0CA24;
}
</style>
background-color css
<style>
a { background-color: #B0CA24; }
a { background-color: rgb(176,202,36); }
div.DivClassName
{
background-color: #B0CA24;
}
.BgClassName
{
background-color: #B0CA24;
}
</style>
border-color css
<style>
span { border-color: #B0CA24; }
span { border-color: rgb(176,202,36); }
td.TdClassName
{
border-color: #B0CA24;
}
.TagClassName
{
border-color: #B0CA24;
}
</style>