Shades of Caper #B0CC88
Tints of Caper #B0CC88
RGB
CMYK
RGB Variations
Color information
#B0CC88 (or 0xB0CC88) is known color: Caper. HEX triplet: B0, CC and 88. RGB value is (176,204,136). Sum of RGB (Red+Green+Blue) = 176+204+136=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CC88 is #4F3377. Grayscale: #BCBCBC. Windows color (decimal): -5190520 or 8965296. OLE color: 8965296.
HSL color Cylindrical-coordinate representation of color #B0CC88: hue angle of 84.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0CC88 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 136 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.2 |
| HSL | 84.71º | 0.4% | 0.67% | - |
| HSV(B) | 84.71º | 0.33% | 0.8% | - |
| XYZ | 43.94 | 54.19 | 31.44 | - |
| YUV | 187.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 136 | 0.14 | 0 | 0.33 | 0.2 | 84.71 | 0.4 | 0.67 |
| Hex | B0 | CC | 88 | E | 0 | 21 | 14 | 55 | 28 | 43 |
| Octal | 260 | 314 | 210 | 16 | 0 | 41 | 24 | 125 | 50 | 103 |
| Binary | 10110000 | 11001100 | 10001000 | 1110 | 0 | 100001 | 10100 | 1010101 | 101000 | 1000011 |
Color Harmonies of #B0CC88
Complementary color
Monochromatic Colors of #B0CC88
Black with #B0CC88
Text Example
Text Example
White with #B0CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC88; }
p { color: rgb(176,204,136); }
H1.HeaderClassName
{
color: #B0CC88;
}
.AnyTagClassName
{
color: #B0CC88;
}
</style>
background-color css
<style>
a { background-color: #B0CC88; }
a { background-color: rgb(176,204,136); }
div.DivClassName
{
background-color: #B0CC88;
}
.BgClassName
{
background-color: #B0CC88;
}
</style>
border-color css
<style>
span { border-color: #B0CC88; }
span { border-color: rgb(176,204,136); }
td.TdClassName
{
border-color: #B0CC88;
}
.TagClassName
{
border-color: #B0CC88;
}
</style>