Shades of Rio Grande #B2CE1E
Tints of Rio Grande #B2CE1E
RGB
CMYK
RGB Variations
Color information
#B2CE1E (or 0xB2CE1E) is known color: Rio Grande. HEX triplet: B2, CE and 1E. RGB value is (178,206,30). Sum of RGB (Red+Green+Blue) = 178+206+30=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE1E is #4D31E1. Grayscale: #B2B2B2. Windows color (decimal): -5059042 or 2018994. OLE color: 2018994.
HSL color Cylindrical-coordinate representation of color #B2CE1E: hue angle of 69.55º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2CE1E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 30 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.19 |
| HSL | 69.55º | 0.75% | 0.46% | - |
| HSV(B) | 69.55º | 0.85% | 0.81% | - |
| XYZ | 40.67 | 53.7 | 9.45 | - |
| YUV | 177.56 | 44.72 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 30 | 0.14 | 0 | 0.85 | 0.19 | 69.55 | 0.75 | 0.46 |
| Hex | B2 | CE | 1E | E | 0 | 55 | 13 | 46 | 4B | 2E |
| Octal | 262 | 316 | 36 | 16 | 0 | 125 | 23 | 106 | 113 | 56 |
| Binary | 10110010 | 11001110 | 11110 | 1110 | 0 | 1010101 | 10011 | 1000110 | 1001011 | 101110 |
Color Harmonies of #B2CE1E
Complementary color
Monochromatic Colors of #B2CE1E
Black with #B2CE1E
Text Example
Text Example
White with #B2CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CE1E; }
p { color: rgb(178,206,30); }
H1.HeaderClassName
{
color: #B2CE1E;
}
.AnyTagClassName
{
color: #B2CE1E;
}
</style>
background-color css
<style>
a { background-color: #B2CE1E; }
a { background-color: rgb(178,206,30); }
div.DivClassName
{
background-color: #B2CE1E;
}
.BgClassName
{
background-color: #B2CE1E;
}
</style>
border-color css
<style>
span { border-color: #B2CE1E; }
span { border-color: rgb(178,206,30); }
td.TdClassName
{
border-color: #B2CE1E;
}
.TagClassName
{
border-color: #B2CE1E;
}
</style>