Shades of Caper #B0C07F
Tints of Caper #B0C07F
RGB
CMYK
RGB Variations
Color information
#B0C07F (or 0xB0C07F) is known color: Caper. HEX triplet: B0, C0 and 7F. RGB value is (176,192,127). Sum of RGB (Red+Green+Blue) = 176+192+127=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C07F is #4F3F80. Grayscale: #B4B4B4. Windows color (decimal): -5193601 or 8372400. OLE color: 8372400.
HSL color Cylindrical-coordinate representation of color #B0C07F: hue angle of 74.77º 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 #B0C07F is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 192 | 127 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.25 |
| HSL | 74.77º | 0.34% | 0.63% | - |
| HSV(B) | 74.77º | 0.34% | 0.75% | - |
| XYZ | 40.58 | 48.46 | 27.29 | - |
| YUV | 179.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 192 | 127 | 0.08 | 0 | 0.34 | 0.25 | 74.77 | 0.34 | 0.63 |
| Hex | B0 | C0 | 7F | 8 | 0 | 22 | 19 | 4B | 22 | 3F |
| Octal | 260 | 300 | 177 | 10 | 0 | 42 | 31 | 113 | 42 | 77 |
| Binary | 10110000 | 11000000 | 1111111 | 1000 | 0 | 100010 | 11001 | 1001011 | 100010 | 111111 |
Color Harmonies of #B0C07F
Complementary color
Monochromatic Colors of #B0C07F
Black with #B0C07F
Text Example
Text Example
White with #B0C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C07F; }
p { color: rgb(176,192,127); }
H1.HeaderClassName
{
color: #B0C07F;
}
.AnyTagClassName
{
color: #B0C07F;
}
</style>
background-color css
<style>
a { background-color: #B0C07F; }
a { background-color: rgb(176,192,127); }
div.DivClassName
{
background-color: #B0C07F;
}
.BgClassName
{
background-color: #B0C07F;
}
</style>
border-color css
<style>
span { border-color: #B0C07F; }
span { border-color: rgb(176,192,127); }
td.TdClassName
{
border-color: #B0C07F;
}
.TagClassName
{
border-color: #B0C07F;
}
</style>