Shades of Rio Grande #B2CC21
Tints of Rio Grande #B2CC21
RGB
CMYK
RGB Variations
Color information
#B2CC21 (or 0xB2CC21) is known color: Rio Grande. HEX triplet: B2, CC and 21. RGB value is (178,204,33). Sum of RGB (Red+Green+Blue) = 178+204+33=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC21 is #4D33DE. Grayscale: #B1B1B1. Windows color (decimal): -5059551 or 2215090. OLE color: 2215090.
HSL color Cylindrical-coordinate representation of color #B2CC21: hue angle of 69.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2CC21 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 33 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.2 |
| HSL | 69.12º | 0.72% | 0.46% | - |
| HSV(B) | 69.12º | 0.84% | 0.8% | - |
| XYZ | 40.23 | 52.76 | 9.5 | - |
| YUV | 176.73 | 46.89 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 33 | 0.13 | 0 | 0.84 | 0.2 | 69.12 | 0.72 | 0.46 |
| Hex | B2 | CC | 21 | D | 0 | 54 | 14 | 45 | 48 | 2E |
| Octal | 262 | 314 | 41 | 15 | 0 | 124 | 24 | 105 | 110 | 56 |
| Binary | 10110010 | 11001100 | 100001 | 1101 | 0 | 1010100 | 10100 | 1000101 | 1001000 | 101110 |
Color Harmonies of #B2CC21
Complementary color
Monochromatic Colors of #B2CC21
Black with #B2CC21
Text Example
Text Example
White with #B2CC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CC21; }
p { color: rgb(178,204,33); }
H1.HeaderClassName
{
color: #B2CC21;
}
.AnyTagClassName
{
color: #B2CC21;
}
</style>
background-color css
<style>
a { background-color: #B2CC21; }
a { background-color: rgb(178,204,33); }
div.DivClassName
{
background-color: #B2CC21;
}
.BgClassName
{
background-color: #B2CC21;
}
</style>
border-color css
<style>
span { border-color: #B2CC21; }
span { border-color: rgb(178,204,33); }
td.TdClassName
{
border-color: #B2CC21;
}
.TagClassName
{
border-color: #B2CC21;
}
</style>