Shades of Rio Grande #B2CE20
Tints of Rio Grande #B2CE20
RGB
CMYK
RGB Variations
Color information
#B2CE20 (or 0xB2CE20) is known color: Rio Grande. HEX triplet: B2, CE and 20. RGB value is (178,206,32). Sum of RGB (Red+Green+Blue) = 178+206+32=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE20 is #4D31DF. Grayscale: #B2B2B2. Windows color (decimal): -5059040 or 2150066. OLE color: 2150066.
HSL color Cylindrical-coordinate representation of color #B2CE20: hue angle of 69.66º 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 #B2CE20 is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 32 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.19 |
| HSL | 69.66º | 0.73% | 0.47% | - |
| HSV(B) | 69.66º | 0.84% | 0.81% | - |
| XYZ | 40.69 | 53.71 | 9.59 | - |
| YUV | 177.79 | 45.72 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 32 | 0.14 | 0 | 0.84 | 0.19 | 69.66 | 0.73 | 0.47 |
| Hex | B2 | CE | 20 | E | 0 | 54 | 13 | 46 | 49 | 2F |
| Octal | 262 | 316 | 40 | 16 | 0 | 124 | 23 | 106 | 111 | 57 |
| Binary | 10110010 | 11001110 | 100000 | 1110 | 0 | 1010100 | 10011 | 1000110 | 1001001 | 101111 |
Color Harmonies of #B2CE20
Complementary color
Monochromatic Colors of #B2CE20
Black with #B2CE20
Text Example
Text Example
White with #B2CE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE20; }
p { color: rgb(178,206,32); }
H1.HeaderClassName
{
color: #B2CE20;
}
.AnyTagClassName
{
color: #B2CE20;
}
</style>
background-color css
<style>
a { background-color: #B2CE20; }
a { background-color: rgb(178,206,32); }
div.DivClassName
{
background-color: #B2CE20;
}
.BgClassName
{
background-color: #B2CE20;
}
</style>
border-color css
<style>
span { border-color: #B2CE20; }
span { border-color: rgb(178,206,32); }
td.TdClassName
{
border-color: #B2CE20;
}
.TagClassName
{
border-color: #B2CE20;
}
</style>