Shades of Caper #B0C58F
Tints of Caper #B0C58F
RGB
CMYK
RGB Variations
Color information
#B0C58F (or 0xB0C58F) is known color: Caper. HEX triplet: B0, C5 and 8F. RGB value is (176,197,143). Sum of RGB (Red+Green+Blue) = 176+197+143=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C58F is #4F3A70. Grayscale: #B8B8B8. Windows color (decimal): -5192305 or 9422256. OLE color: 9422256.
HSL color Cylindrical-coordinate representation of color #B0C58F: hue angle of 83.33º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0C58F is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 197 | 143 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.23 |
| HSL | 83.33º | 0.32% | 0.67% | - |
| HSV(B) | 83.33º | 0.27% | 0.77% | - |
| XYZ | 42.83 | 51.15 | 33.6 | - |
| YUV | 184.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 197 | 143 | 0.11 | 0 | 0.27 | 0.23 | 83.33 | 0.32 | 0.67 |
| Hex | B0 | C5 | 8F | B | 0 | 1B | 17 | 53 | 20 | 43 |
| Octal | 260 | 305 | 217 | 13 | 0 | 33 | 27 | 123 | 40 | 103 |
| Binary | 10110000 | 11000101 | 10001111 | 1011 | 0 | 11011 | 10111 | 1010011 | 100000 | 1000011 |
Color Harmonies of #B0C58F
Complementary color
Monochromatic Colors of #B0C58F
Black with #B0C58F
Text Example
Text Example
White with #B0C58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C58F; }
p { color: rgb(176,197,143); }
H1.HeaderClassName
{
color: #B0C58F;
}
.AnyTagClassName
{
color: #B0C58F;
}
</style>
background-color css
<style>
a { background-color: #B0C58F; }
a { background-color: rgb(176,197,143); }
div.DivClassName
{
background-color: #B0C58F;
}
.BgClassName
{
background-color: #B0C58F;
}
</style>
border-color css
<style>
span { border-color: #B0C58F; }
span { border-color: rgb(176,197,143); }
td.TdClassName
{
border-color: #B0C58F;
}
.TagClassName
{
border-color: #B0C58F;
}
</style>