Shades of Rio Grande #B2CA24
Tints of Rio Grande #B2CA24
RGB
CMYK
RGB Variations
Color information
#B2CA24 (or 0xB2CA24) is known color: Rio Grande. HEX triplet: B2, CA and 24. RGB value is (178,202,36). Sum of RGB (Red+Green+Blue) = 178+202+36=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #B2CA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CA24 is #4D35DB. Grayscale: #B0B0B0. Windows color (decimal): -5060060 or 2411186. OLE color: 2411186.
HSL color Cylindrical-coordinate representation of color #B2CA24: hue angle of 68.67º 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 #B2CA24 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 202 | 36 | - |
| CMYK | 0.12 | 0 | 0.82 | 0.21 |
| HSL | 68.67º | 0.7% | 0.47% | - |
| HSV(B) | 68.67º | 0.82% | 0.79% | - |
| XYZ | 39.8 | 51.83 | 9.58 | - |
| YUV | 175.9 | 49.05 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 202 | 36 | 0.12 | 0 | 0.82 | 0.21 | 68.67 | 0.7 | 0.47 |
| Hex | B2 | CA | 24 | C | 0 | 52 | 15 | 45 | 46 | 2F |
| Octal | 262 | 312 | 44 | 14 | 0 | 122 | 25 | 105 | 106 | 57 |
| Binary | 10110010 | 11001010 | 100100 | 1100 | 0 | 1010010 | 10101 | 1000101 | 1000110 | 101111 |
Color Harmonies of #B2CA24
Complementary color
Monochromatic Colors of #B2CA24
Black with #B2CA24
Text Example
Text Example
White with #B2CA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CA24; }
p { color: rgb(178,202,36); }
H1.HeaderClassName
{
color: #B2CA24;
}
.AnyTagClassName
{
color: #B2CA24;
}
</style>
background-color css
<style>
a { background-color: #B2CA24; }
a { background-color: rgb(178,202,36); }
div.DivClassName
{
background-color: #B2CA24;
}
.BgClassName
{
background-color: #B2CA24;
}
</style>
border-color css
<style>
span { border-color: #B2CA24; }
span { border-color: rgb(178,202,36); }
td.TdClassName
{
border-color: #B2CA24;
}
.TagClassName
{
border-color: #B2CA24;
}
</style>