Shades of Rio Grande #B0CF11
Tints of Rio Grande #B0CF11
RGB
CMYK
RGB Variations
Color information
#B0CF11 (or 0xB0CF11) is known color: Rio Grande. HEX triplet: B0, CF and 11. RGB value is (176,207,17). Sum of RGB (Red+Green+Blue) = 176+207+17=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #B0CF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CF11 is #4F30EE. Grayscale: #B0B0B0. Windows color (decimal): -5189871 or 1167280. OLE color: 1167280.
HSL color Cylindrical-coordinate representation of color #B0CF11: hue angle of 69.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0CF11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 207 | 17 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.19 |
| HSL | 69.79º | 0.85% | 0.44% | - |
| HSV(B) | 69.79º | 0.92% | 0.81% | - |
| XYZ | 40.32 | 53.9 | 8.81 | - |
| YUV | 176.07 | 38.23 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 207 | 17 | 0.15 | 0 | 0.92 | 0.19 | 69.79 | 0.85 | 0.44 |
| Hex | B0 | CF | 11 | F | 0 | 5C | 13 | 46 | 55 | 2C |
| Octal | 260 | 317 | 21 | 17 | 0 | 134 | 23 | 106 | 125 | 54 |
| Binary | 10110000 | 11001111 | 10001 | 1111 | 0 | 1011100 | 10011 | 1000110 | 1010101 | 101100 |
Color Harmonies of #B0CF11
Complementary color
Monochromatic Colors of #B0CF11
Black with #B0CF11
Text Example
Text Example
White with #B0CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CF11; }
p { color: rgb(176,207,17); }
H1.HeaderClassName
{
color: #B0CF11;
}
.AnyTagClassName
{
color: #B0CF11;
}
</style>
background-color css
<style>
a { background-color: #B0CF11; }
a { background-color: rgb(176,207,17); }
div.DivClassName
{
background-color: #B0CF11;
}
.BgClassName
{
background-color: #B0CF11;
}
</style>
border-color css
<style>
span { border-color: #B0CF11; }
span { border-color: rgb(176,207,17); }
td.TdClassName
{
border-color: #B0CF11;
}
.TagClassName
{
border-color: #B0CF11;
}
</style>