Shades of Rio Grande #B0CC0F
Tints of Rio Grande #B0CC0F
RGB
CMYK
RGB Variations
Color information
#B0CC0F (or 0xB0CC0F) is known color: Rio Grande. HEX triplet: B0, CC and 0F. RGB value is (176,204,15). Sum of RGB (Red+Green+Blue) = 176+204+15=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CC0F is #4F33F0. Grayscale: #AEAEAE. Windows color (decimal): -5190641 or 1035440. OLE color: 1035440.
HSL color Cylindrical-coordinate representation of color #B0CC0F: hue angle of 68.89º 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 #B0CC0F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 15 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.2 |
| HSL | 68.89º | 0.86% | 0.43% | - |
| HSV(B) | 68.89º | 0.93% | 0.8% | - |
| XYZ | 39.58 | 52.45 | 8.49 | - |
| YUV | 174.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 15 | 0.14 | 0 | 0.93 | 0.2 | 68.89 | 0.86 | 0.43 |
| Hex | B0 | CC | F | E | 0 | 5D | 14 | 45 | 56 | 2B |
| Octal | 260 | 314 | 17 | 16 | 0 | 135 | 24 | 105 | 126 | 53 |
| Binary | 10110000 | 11001100 | 1111 | 1110 | 0 | 1011101 | 10100 | 1000101 | 1010110 | 101011 |
Color Harmonies of #B0CC0F
Complementary color
Monochromatic Colors of #B0CC0F
Black with #B0CC0F
Text Example
Text Example
White with #B0CC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC0F; }
p { color: rgb(176,204,15); }
H1.HeaderClassName
{
color: #B0CC0F;
}
.AnyTagClassName
{
color: #B0CC0F;
}
</style>
background-color css
<style>
a { background-color: #B0CC0F; }
a { background-color: rgb(176,204,15); }
div.DivClassName
{
background-color: #B0CC0F;
}
.BgClassName
{
background-color: #B0CC0F;
}
</style>
border-color css
<style>
span { border-color: #B0CC0F; }
span { border-color: rgb(176,204,15); }
td.TdClassName
{
border-color: #B0CC0F;
}
.TagClassName
{
border-color: #B0CC0F;
}
</style>