Shades of Rio Grande #B8CE0D
Tints of Rio Grande #B8CE0D
RGB
CMYK
RGB Variations
Color information
#B8CE0D (or 0xB8CE0D) is known color: Rio Grande. HEX triplet: B8, CE and 0D. RGB value is (184,206,13). Sum of RGB (Red+Green+Blue) = 184+206+13=403 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.66% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #B8CE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8CE0D is #4731F2. Grayscale: #B2B2B2. Windows color (decimal): -4665843 or 904888. OLE color: 904888.
HSL color Cylindrical-coordinate representation of color #B8CE0D: hue angle of 66.84º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8CE0D is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 206 | 13 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.19 |
| HSL | 66.84º | 0.88% | 0.43% | - |
| HSV(B) | 66.84º | 0.94% | 0.81% | - |
| XYZ | 41.91 | 54.36 | 8.66 | - |
| YUV | 177.42 | 35.21 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 206 | 13 | 0.11 | 0 | 0.94 | 0.19 | 66.84 | 0.88 | 0.43 |
| Hex | B8 | CE | D | B | 0 | 5E | 13 | 43 | 58 | 2B |
| Octal | 270 | 316 | 15 | 13 | 0 | 136 | 23 | 103 | 130 | 53 |
| Binary | 10111000 | 11001110 | 1101 | 1011 | 0 | 1011110 | 10011 | 1000011 | 1011000 | 101011 |
Color Harmonies of #B8CE0D
Complementary color
Monochromatic Colors of #B8CE0D
Black with #B8CE0D
Text Example
Text Example
White with #B8CE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CE0D; }
p { color: rgb(184,206,13); }
H1.HeaderClassName
{
color: #B8CE0D;
}
.AnyTagClassName
{
color: #B8CE0D;
}
</style>
background-color css
<style>
a { background-color: #B8CE0D; }
a { background-color: rgb(184,206,13); }
div.DivClassName
{
background-color: #B8CE0D;
}
.BgClassName
{
background-color: #B8CE0D;
}
</style>
border-color css
<style>
span { border-color: #B8CE0D; }
span { border-color: rgb(184,206,13); }
td.TdClassName
{
border-color: #B8CE0D;
}
.TagClassName
{
border-color: #B8CE0D;
}
</style>