Shades of Caper #B0C96D
Tints of Caper #B0C96D
RGB
CMYK
RGB Variations
Color information
#B0C96D (or 0xB0C96D) is known color: Caper. HEX triplet: B0, C9 and 6D. RGB value is (176,201,109). Sum of RGB (Red+Green+Blue) = 176+201+109=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C96D is #4F3692. Grayscale: #B7B7B7. Windows color (decimal): -5191315 or 7195056. OLE color: 7195056.
HSL color Cylindrical-coordinate representation of color #B0C96D: hue angle of 76.3º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0C96D is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 176 | 201 | 109 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.21 |
| HSL | 76.3º | 0.46% | 0.61% | - |
| HSV(B) | 76.3º | 0.46% | 0.79% | - |
| XYZ | 41.55 | 52.11 | 22.34 | - |
| YUV | 183.04 | 86.22 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 201 | 109 | 0.12 | 0 | 0.46 | 0.21 | 76.3 | 0.46 | 0.61 |
| Hex | B0 | C9 | 6D | C | 0 | 2E | 15 | 4C | 2E | 3D |
| Octal | 260 | 311 | 155 | 14 | 0 | 56 | 25 | 114 | 56 | 75 |
| Binary | 10110000 | 11001001 | 1101101 | 1100 | 0 | 101110 | 10101 | 1001100 | 101110 | 111101 |
Color Harmonies of #B0C96D
Complementary color
Monochromatic Colors of #B0C96D
Black with #B0C96D
Text Example
Text Example
White with #B0C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C96D; }
p { color: rgb(176,201,109); }
H1.HeaderClassName
{
color: #B0C96D;
}
.AnyTagClassName
{
color: #B0C96D;
}
</style>
background-color css
<style>
a { background-color: #B0C96D; }
a { background-color: rgb(176,201,109); }
div.DivClassName
{
background-color: #B0C96D;
}
.BgClassName
{
background-color: #B0C96D;
}
</style>
border-color css
<style>
span { border-color: #B0C96D; }
span { border-color: rgb(176,201,109); }
td.TdClassName
{
border-color: #B0C96D;
}
.TagClassName
{
border-color: #B0C96D;
}
</style>