Shades of Rio Grande #B0CB0C
Tints of Rio Grande #B0CB0C
RGB
CMYK
RGB Variations
Color information
#B0CB0C (or 0xB0CB0C) is known color: Rio Grande. HEX triplet: B0, CB and 0C. RGB value is (176,203,12). Sum of RGB (Red+Green+Blue) = 176+203+12=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CB0C is #4F34F3. Grayscale: #ADADAD. Windows color (decimal): -5190900 or 838576. OLE color: 838576.
HSL color Cylindrical-coordinate representation of color #B0CB0C: hue angle of 68.48º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0CB0C is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 12 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.20 |
| HSL | 68.48º | 0.89% | 0.42% | - |
| HSV(B) | 68.48º | 0.94% | 0.8% | - |
| XYZ | 39.33 | 51.97 | 8.31 | - |
| YUV | 173.15 | 37.05 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 12 | 0.13 | 0 | 0.94 | 0.20 | 68.48 | 0.89 | 0.42 |
| Hex | B0 | CB | C | D | 0 | 5E | 14 | 44 | 59 | 2A |
| Octal | 260 | 313 | 14 | 15 | 0 | 136 | 24 | 104 | 131 | 52 |
| Binary | 10110000 | 11001011 | 1100 | 1101 | 0 | 1011110 | 10100 | 1000100 | 1011001 | 101010 |
Color Harmonies of #B0CB0C
Complementary color
Monochromatic Colors of #B0CB0C
Black with #B0CB0C
Text Example
Text Example
White with #B0CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CB0C; }
p { color: rgb(176,203,12); }
H1.HeaderClassName
{
color: #B0CB0C;
}
.AnyTagClassName
{
color: #B0CB0C;
}
</style>
background-color css
<style>
a { background-color: #B0CB0C; }
a { background-color: rgb(176,203,12); }
div.DivClassName
{
background-color: #B0CB0C;
}
.BgClassName
{
background-color: #B0CB0C;
}
</style>
border-color css
<style>
span { border-color: #B0CB0C; }
span { border-color: rgb(176,203,12); }
td.TdClassName
{
border-color: #B0CB0C;
}
.TagClassName
{
border-color: #B0CB0C;
}
</style>