Shades of Caper #B5C08E
Tints of Caper #B5C08E
RGB
CMYK
RGB Variations
Color information
#B5C08E (or 0xB5C08E) is known color: Caper. HEX triplet: B5, C0 and 8E. RGB value is (181,192,142). Sum of RGB (Red+Green+Blue) = 181+192+142=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C08E is #4A3F71. Grayscale: #B7B7B7. Windows color (decimal): -4865906 or 9355445. OLE color: 9355445.
HSL color Cylindrical-coordinate representation of color #B5C08E: hue angle of 73.2º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5C08E is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 142 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.25 |
| HSL | 73.2º | 0.28% | 0.65% | - |
| HSV(B) | 73.2º | 0.26% | 0.75% | - |
| XYZ | 42.79 | 49.48 | 32.89 | - |
| YUV | 183.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 142 | 0.06 | 0 | 0.26 | 0.25 | 73.2 | 0.28 | 0.65 |
| Hex | B5 | C0 | 8E | 6 | 0 | 1A | 19 | 49 | 1C | 41 |
| Octal | 265 | 300 | 216 | 6 | 0 | 32 | 31 | 111 | 34 | 101 |
| Binary | 10110101 | 11000000 | 10001110 | 110 | 0 | 11010 | 11001 | 1001001 | 11100 | 1000001 |
Color Harmonies of #B5C08E
Complementary color
Monochromatic Colors of #B5C08E
Black with #B5C08E
Text Example
Text Example
White with #B5C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C08E; }
p { color: rgb(181,192,142); }
H1.HeaderClassName
{
color: #B5C08E;
}
.AnyTagClassName
{
color: #B5C08E;
}
</style>
background-color css
<style>
a { background-color: #B5C08E; }
a { background-color: rgb(181,192,142); }
div.DivClassName
{
background-color: #B5C08E;
}
.BgClassName
{
background-color: #B5C08E;
}
</style>
border-color css
<style>
span { border-color: #B5C08E; }
span { border-color: rgb(181,192,142); }
td.TdClassName
{
border-color: #B5C08E;
}
.TagClassName
{
border-color: #B5C08E;
}
</style>