Shades of Caper #B5C092
Tints of Caper #B5C092
RGB
CMYK
RGB Variations
Color information
#B5C092 (or 0xB5C092) is known color: Caper. HEX triplet: B5, C0 and 92. RGB value is (181,192,146). Sum of RGB (Red+Green+Blue) = 181+192+146=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C092 is #4A3F6D. Grayscale: #B7B7B7. Windows color (decimal): -4865902 or 9617589. OLE color: 9617589.
HSL color Cylindrical-coordinate representation of color #B5C092: hue angle of 74.35º 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 #B5C092 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 146 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.25 |
| HSL | 74.35º | 0.27% | 0.66% | - |
| HSV(B) | 74.35º | 0.24% | 0.75% | - |
| XYZ | 43.09 | 49.6 | 34.5 | - |
| YUV | 183.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 146 | 0.06 | 0 | 0.24 | 0.25 | 74.35 | 0.27 | 0.66 |
| Hex | B5 | C0 | 92 | 6 | 0 | 18 | 19 | 4A | 1B | 42 |
| Octal | 265 | 300 | 222 | 6 | 0 | 30 | 31 | 112 | 33 | 102 |
| Binary | 10110101 | 11000000 | 10010010 | 110 | 0 | 11000 | 11001 | 1001010 | 11011 | 1000010 |
Color Harmonies of #B5C092
Complementary color
Monochromatic Colors of #B5C092
Black with #B5C092
Text Example
Text Example
White with #B5C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C092; }
p { color: rgb(181,192,146); }
H1.HeaderClassName
{
color: #B5C092;
}
.AnyTagClassName
{
color: #B5C092;
}
</style>
background-color css
<style>
a { background-color: #B5C092; }
a { background-color: rgb(181,192,146); }
div.DivClassName
{
background-color: #B5C092;
}
.BgClassName
{
background-color: #B5C092;
}
</style>
border-color css
<style>
span { border-color: #B5C092; }
span { border-color: rgb(181,192,146); }
td.TdClassName
{
border-color: #B5C092;
}
.TagClassName
{
border-color: #B5C092;
}
</style>