Shades of Rio Grande #B0CB0F
Tints of Rio Grande #B0CB0F
RGB
CMYK
RGB Variations
Color information
#B0CB0F (or 0xB0CB0F) is known color: Rio Grande. HEX triplet: B0, CB and 0F. RGB value is (176,203,15). Sum of RGB (Red+Green+Blue) = 176+203+15=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CB0F is #4F34F0. Grayscale: #AEAEAE. Windows color (decimal): -5190897 or 1035184. OLE color: 1035184.
HSL color Cylindrical-coordinate representation of color #B0CB0F: hue angle of 68.62º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0CB0F is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 203 | 15 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.20 |
| HSL | 68.62º | 0.86% | 0.43% | - |
| HSV(B) | 68.62º | 0.93% | 0.8% | - |
| XYZ | 39.35 | 51.98 | 8.41 | - |
| YUV | 173.5 | 38.55 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 203 | 15 | 0.13 | 0 | 0.93 | 0.20 | 68.62 | 0.86 | 0.43 |
| Hex | B0 | CB | F | D | 0 | 5D | 14 | 45 | 56 | 2B |
| Octal | 260 | 313 | 17 | 15 | 0 | 135 | 24 | 105 | 126 | 53 |
| Binary | 10110000 | 11001011 | 1111 | 1101 | 0 | 1011101 | 10100 | 1000101 | 1010110 | 101011 |
Color Harmonies of #B0CB0F
Complementary color
Monochromatic Colors of #B0CB0F
Black with #B0CB0F
Text Example
Text Example
White with #B0CB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CB0F; }
p { color: rgb(176,203,15); }
H1.HeaderClassName
{
color: #B0CB0F;
}
.AnyTagClassName
{
color: #B0CB0F;
}
</style>
background-color css
<style>
a { background-color: #B0CB0F; }
a { background-color: rgb(176,203,15); }
div.DivClassName
{
background-color: #B0CB0F;
}
.BgClassName
{
background-color: #B0CB0F;
}
</style>
border-color css
<style>
span { border-color: #B0CB0F; }
span { border-color: rgb(176,203,15); }
td.TdClassName
{
border-color: #B0CB0F;
}
.TagClassName
{
border-color: #B0CB0F;
}
</style>