Shades of Rio Grande #B2CF21
Tints of Rio Grande #B2CF21
RGB
CMYK
RGB Variations
Color information
#B2CF21 (or 0xB2CF21) is known color: Rio Grande. HEX triplet: B2, CF and 21. RGB value is (178,207,33). Sum of RGB (Red+Green+Blue) = 178+207+33=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF21 is #4D30DE. Grayscale: #B3B3B3. Windows color (decimal): -5058783 or 2215858. OLE color: 2215858.
HSL color Cylindrical-coordinate representation of color #B2CF21: hue angle of 70º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2CF21 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 33 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.19 |
| HSL | 70º | 0.73% | 0.47% | - |
| HSV(B) | 70º | 0.84% | 0.81% | - |
| XYZ | 40.95 | 54.2 | 9.74 | - |
| YUV | 178.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 33 | 0.14 | 0 | 0.84 | 0.19 | 70 | 0.73 | 0.47 |
| Hex | B2 | CF | 21 | E | 0 | 54 | 13 | 46 | 48 | 2F |
| Octal | 262 | 317 | 41 | 16 | 0 | 124 | 23 | 106 | 110 | 57 |
| Binary | 10110010 | 11001111 | 100001 | 1110 | 0 | 1010100 | 10011 | 1000110 | 1001000 | 101111 |
Color Harmonies of #B2CF21
Complementary color
Monochromatic Colors of #B2CF21
Black with #B2CF21
Text Example
Text Example
White with #B2CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF21; }
p { color: rgb(178,207,33); }
H1.HeaderClassName
{
color: #B2CF21;
}
.AnyTagClassName
{
color: #B2CF21;
}
</style>
background-color css
<style>
a { background-color: #B2CF21; }
a { background-color: rgb(178,207,33); }
div.DivClassName
{
background-color: #B2CF21;
}
.BgClassName
{
background-color: #B2CF21;
}
</style>
border-color css
<style>
span { border-color: #B2CF21; }
span { border-color: rgb(178,207,33); }
td.TdClassName
{
border-color: #B2CF21;
}
.TagClassName
{
border-color: #B2CF21;
}
</style>