Shades of Caper #B0C16D
Tints of Caper #B0C16D
RGB
CMYK
RGB Variations
Color information
#B0C16D (or 0xB0C16D) is known color: Caper. HEX triplet: B0, C1 and 6D. RGB value is (176,193,109). Sum of RGB (Red+Green+Blue) = 176+193+109=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C16D is #4F3E92. Grayscale: #B2B2B2. Windows color (decimal): -5193363 or 7193008. OLE color: 7193008.
HSL color Cylindrical-coordinate representation of color #B0C16D: hue angle of 72.14º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0C16D is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 176 | 193 | 109 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.24 |
| HSL | 72.14º | 0.4% | 0.59% | - |
| HSV(B) | 72.14º | 0.44% | 0.76% | - |
| XYZ | 39.73 | 48.47 | 21.73 | - |
| YUV | 178.34 | 88.87 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 193 | 109 | 0.09 | 0 | 0.44 | 0.24 | 72.14 | 0.4 | 0.59 |
| Hex | B0 | C1 | 6D | 9 | 0 | 2C | 18 | 48 | 28 | 3B |
| Octal | 260 | 301 | 155 | 11 | 0 | 54 | 30 | 110 | 50 | 73 |
| Binary | 10110000 | 11000001 | 1101101 | 1001 | 0 | 101100 | 11000 | 1001000 | 101000 | 111011 |
Color Harmonies of #B0C16D
Complementary color
Monochromatic Colors of #B0C16D
Black with #B0C16D
Text Example
Text Example
White with #B0C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0C16D; }
p { color: rgb(176,193,109); }
H1.HeaderClassName
{
color: #B0C16D;
}
.AnyTagClassName
{
color: #B0C16D;
}
</style>
background-color css
<style>
a { background-color: #B0C16D; }
a { background-color: rgb(176,193,109); }
div.DivClassName
{
background-color: #B0C16D;
}
.BgClassName
{
background-color: #B0C16D;
}
</style>
border-color css
<style>
span { border-color: #B0C16D; }
span { border-color: rgb(176,193,109); }
td.TdClassName
{
border-color: #B0C16D;
}
.TagClassName
{
border-color: #B0C16D;
}
</style>