Shades of Rio Grande #B2C52C
Tints of Rio Grande #B2C52C
RGB
CMYK
RGB Variations
Color information
#B2C52C (or 0xB2C52C) is known color: Rio Grande. HEX triplet: B2, C5 and 2C. RGB value is (178,197,44). Sum of RGB (Red+Green+Blue) = 178+197+44=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #B2C52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C52C is #4D3AD3. Grayscale: #AEAEAE. Windows color (decimal): -5061332 or 2934194. OLE color: 2934194.
HSL color Cylindrical-coordinate representation of color #B2C52C: hue angle of 67.45º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2C52C is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 178 | 197 | 44 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.23 |
| HSL | 67.45º | 0.63% | 0.47% | - |
| HSV(B) | 67.45º | 0.78% | 0.77% | - |
| XYZ | 38.78 | 49.58 | 9.91 | - |
| YUV | 173.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 197 | 44 | 0.10 | 0 | 0.78 | 0.23 | 67.45 | 0.63 | 0.47 |
| Hex | B2 | C5 | 2C | A | 0 | 4E | 17 | 43 | 3F | 2F |
| Octal | 262 | 305 | 54 | 12 | 0 | 116 | 27 | 103 | 77 | 57 |
| Binary | 10110010 | 11000101 | 101100 | 1010 | 0 | 1001110 | 10111 | 1000011 | 111111 | 101111 |
Color Harmonies of #B2C52C
Complementary color
Monochromatic Colors of #B2C52C
Black with #B2C52C
Text Example
Text Example
White with #B2C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C52C; }
p { color: rgb(178,197,44); }
H1.HeaderClassName
{
color: #B2C52C;
}
.AnyTagClassName
{
color: #B2C52C;
}
</style>
background-color css
<style>
a { background-color: #B2C52C; }
a { background-color: rgb(178,197,44); }
div.DivClassName
{
background-color: #B2C52C;
}
.BgClassName
{
background-color: #B2C52C;
}
</style>
border-color css
<style>
span { border-color: #B2C52C; }
span { border-color: rgb(178,197,44); }
td.TdClassName
{
border-color: #B2C52C;
}
.TagClassName
{
border-color: #B2C52C;
}
</style>