Shades of Rio Grande #B2CD1E
Tints of Rio Grande #B2CD1E
RGB
CMYK
RGB Variations
Color information
#B2CD1E (or 0xB2CD1E) is known color: Rio Grande. HEX triplet: B2, CD and 1E. RGB value is (178,205,30). Sum of RGB (Red+Green+Blue) = 178+205+30=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CD1E is #4D32E1. Grayscale: #B1B1B1. Windows color (decimal): -5059298 or 2018738. OLE color: 2018738.
HSL color Cylindrical-coordinate representation of color #B2CD1E: hue angle of 69.26º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2CD1E is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 205 | 30 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.20 |
| HSL | 69.26º | 0.74% | 0.46% | - |
| HSV(B) | 69.26º | 0.85% | 0.8% | - |
| XYZ | 40.43 | 53.22 | 9.37 | - |
| YUV | 176.98 | 45.05 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 30 | 0.13 | 0 | 0.85 | 0.20 | 69.26 | 0.74 | 0.46 |
| Hex | B2 | CD | 1E | D | 0 | 55 | 14 | 45 | 4A | 2E |
| Octal | 262 | 315 | 36 | 15 | 0 | 125 | 24 | 105 | 112 | 56 |
| Binary | 10110010 | 11001101 | 11110 | 1101 | 0 | 1010101 | 10100 | 1000101 | 1001010 | 101110 |
Color Harmonies of #B2CD1E
Complementary color
Monochromatic Colors of #B2CD1E
Black with #B2CD1E
Text Example
Text Example
White with #B2CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CD1E; }
p { color: rgb(178,205,30); }
H1.HeaderClassName
{
color: #B2CD1E;
}
.AnyTagClassName
{
color: #B2CD1E;
}
</style>
background-color css
<style>
a { background-color: #B2CD1E; }
a { background-color: rgb(178,205,30); }
div.DivClassName
{
background-color: #B2CD1E;
}
.BgClassName
{
background-color: #B2CD1E;
}
</style>
border-color css
<style>
span { border-color: #B2CD1E; }
span { border-color: rgb(178,205,30); }
td.TdClassName
{
border-color: #B2CD1E;
}
.TagClassName
{
border-color: #B2CD1E;
}
</style>