Shades of Caper #B5C07F
Tints of Caper #B5C07F
RGB
CMYK
RGB Variations
Color information
#B5C07F (or 0xB5C07F) is known color: Caper. HEX triplet: B5, C0 and 7F. RGB value is (181,192,127). Sum of RGB (Red+Green+Blue) = 181+192+127=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C07F is #4A3F80. Grayscale: #B5B5B5. Windows color (decimal): -4865921 or 8372405. OLE color: 8372405.
HSL color Cylindrical-coordinate representation of color #B5C07F: hue angle of 70.15º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5C07F is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 127 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.25 |
| HSL | 70.15º | 0.34% | 0.63% | - |
| HSV(B) | 70.15º | 0.34% | 0.75% | - |
| XYZ | 41.74 | 49.06 | 27.35 | - |
| YUV | 181.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 127 | 0.06 | 0 | 0.34 | 0.25 | 70.15 | 0.34 | 0.63 |
| Hex | B5 | C0 | 7F | 6 | 0 | 22 | 19 | 46 | 22 | 3F |
| Octal | 265 | 300 | 177 | 6 | 0 | 42 | 31 | 106 | 42 | 77 |
| Binary | 10110101 | 11000000 | 1111111 | 110 | 0 | 100010 | 11001 | 1000110 | 100010 | 111111 |
Color Harmonies of #B5C07F
Complementary color
Monochromatic Colors of #B5C07F
Black with #B5C07F
Text Example
Text Example
White with #B5C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C07F; }
p { color: rgb(181,192,127); }
H1.HeaderClassName
{
color: #B5C07F;
}
.AnyTagClassName
{
color: #B5C07F;
}
</style>
background-color css
<style>
a { background-color: #B5C07F; }
a { background-color: rgb(181,192,127); }
div.DivClassName
{
background-color: #B5C07F;
}
.BgClassName
{
background-color: #B5C07F;
}
</style>
border-color css
<style>
span { border-color: #B5C07F; }
span { border-color: rgb(181,192,127); }
td.TdClassName
{
border-color: #B5C07F;
}
.TagClassName
{
border-color: #B5C07F;
}
</style>