Shades of Caper #B0C092
Tints of Caper #B0C092
RGB
CMYK
RGB Variations
Color information
#B0C092 (or 0xB0C092) is known color: Caper. HEX triplet: B0, C0 and 92. RGB value is (176,192,146). Sum of RGB (Red+Green+Blue) = 176+192+146=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 146 (57.42% from 255 or 28.40% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C092 is #4F3F6D. Grayscale: #B6B6B6. Windows color (decimal): -5193582 or 9617584. OLE color: 9617584.
HSL color Cylindrical-coordinate representation of color #B0C092: hue angle of 80.87º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0C092 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 146 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.25 |
| HSL | 80.87º | 0.27% | 0.66% | - |
| HSV(B) | 80.87º | 0.24% | 0.75% | - |
| XYZ | 41.94 | 49 | 34.44 | - |
| YUV | 181.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 146 | 0.08 | 0 | 0.24 | 0.25 | 80.87 | 0.27 | 0.66 |
| Hex | B0 | C0 | 92 | 8 | 0 | 18 | 19 | 51 | 1B | 42 |
| Octal | 260 | 300 | 222 | 10 | 0 | 30 | 31 | 121 | 33 | 102 |
| Binary | 10110000 | 11000000 | 10010010 | 1000 | 0 | 11000 | 11001 | 1010001 | 11011 | 1000010 |
Color Harmonies of #B0C092
Complementary color
Monochromatic Colors of #B0C092
Black with #B0C092
Text Example
Text Example
White with #B0C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C092; }
p { color: rgb(176,192,146); }
H1.HeaderClassName
{
color: #B0C092;
}
.AnyTagClassName
{
color: #B0C092;
}
</style>
background-color css
<style>
a { background-color: #B0C092; }
a { background-color: rgb(176,192,146); }
div.DivClassName
{
background-color: #B0C092;
}
.BgClassName
{
background-color: #B0C092;
}
</style>
border-color css
<style>
span { border-color: #B0C092; }
span { border-color: rgb(176,192,146); }
td.TdClassName
{
border-color: #B0C092;
}
.TagClassName
{
border-color: #B0C092;
}
</style>