Shades of Rio Grande #B0CE0C
Tints of Rio Grande #B0CE0C
RGB
CMYK
RGB Variations
Color information
#B0CE0C (or 0xB0CE0C) is known color: Rio Grande. HEX triplet: B0, CE and 0C. RGB value is (176,206,12). Sum of RGB (Red+Green+Blue) = 176+206+12=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CE0C is #4F31F3. Grayscale: #AFAFAF. Windows color (decimal): -5190132 or 839344. OLE color: 839344.
HSL color Cylindrical-coordinate representation of color #B0CE0C: hue angle of 69.28º degrees, saturation: 0.89, 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 #B0CE0C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 206 | 12 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.19 |
| HSL | 69.28º | 0.89% | 0.43% | - |
| HSV(B) | 69.28º | 0.94% | 0.81% | - |
| XYZ | 40.04 | 53.4 | 8.54 | - |
| YUV | 174.91 | 36.06 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 206 | 12 | 0.15 | 0 | 0.94 | 0.19 | 69.28 | 0.89 | 0.43 |
| Hex | B0 | CE | C | F | 0 | 5E | 13 | 45 | 59 | 2B |
| Octal | 260 | 316 | 14 | 17 | 0 | 136 | 23 | 105 | 131 | 53 |
| Binary | 10110000 | 11001110 | 1100 | 1111 | 0 | 1011110 | 10011 | 1000101 | 1011001 | 101011 |
Color Harmonies of #B0CE0C
Complementary color
Monochromatic Colors of #B0CE0C
Black with #B0CE0C
Text Example
Text Example
White with #B0CE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CE0C; }
p { color: rgb(176,206,12); }
H1.HeaderClassName
{
color: #B0CE0C;
}
.AnyTagClassName
{
color: #B0CE0C;
}
</style>
background-color css
<style>
a { background-color: #B0CE0C; }
a { background-color: rgb(176,206,12); }
div.DivClassName
{
background-color: #B0CE0C;
}
.BgClassName
{
background-color: #B0CE0C;
}
</style>
border-color css
<style>
span { border-color: #B0CE0C; }
span { border-color: rgb(176,206,12); }
td.TdClassName
{
border-color: #B0CE0C;
}
.TagClassName
{
border-color: #B0CE0C;
}
</style>