Shades of Rio Grande #B8CD1E
Tints of Rio Grande #B8CD1E
RGB
CMYK
RGB Variations
Color information
#B8CD1E (or 0xB8CD1E) is known color: Rio Grande. HEX triplet: B8, CD and 1E. RGB value is (184,205,30). Sum of RGB (Red+Green+Blue) = 184+205+30=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CD1E is #4732E1. Grayscale: #B3B3B3. Windows color (decimal): -4666082 or 2018744. OLE color: 2018744.
HSL color Cylindrical-coordinate representation of color #B8CD1E: hue angle of 67.2º 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 #B8CD1E is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 30 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.20 |
| HSL | 67.2º | 0.74% | 0.46% | - |
| HSV(B) | 67.2º | 0.85% | 0.8% | - |
| XYZ | 41.83 | 53.95 | 9.44 | - |
| YUV | 178.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 30 | 0.10 | 0 | 0.85 | 0.20 | 67.2 | 0.74 | 0.46 |
| Hex | B8 | CD | 1E | A | 0 | 55 | 14 | 43 | 4A | 2E |
| Octal | 270 | 315 | 36 | 12 | 0 | 125 | 24 | 103 | 112 | 56 |
| Binary | 10111000 | 11001101 | 11110 | 1010 | 0 | 1010101 | 10100 | 1000011 | 1001010 | 101110 |
Color Harmonies of #B8CD1E
Complementary color
Monochromatic Colors of #B8CD1E
Black with #B8CD1E
Text Example
Text Example
White with #B8CD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CD1E; }
p { color: rgb(184,205,30); }
H1.HeaderClassName
{
color: #B8CD1E;
}
.AnyTagClassName
{
color: #B8CD1E;
}
</style>
background-color css
<style>
a { background-color: #B8CD1E; }
a { background-color: rgb(184,205,30); }
div.DivClassName
{
background-color: #B8CD1E;
}
.BgClassName
{
background-color: #B8CD1E;
}
</style>
border-color css
<style>
span { border-color: #B8CD1E; }
span { border-color: rgb(184,205,30); }
td.TdClassName
{
border-color: #B8CD1E;
}
.TagClassName
{
border-color: #B8CD1E;
}
</style>