Shades of Caper #B2BD91
Tints of Caper #B2BD91
RGB
CMYK
RGB Variations
Color information
#B2BD91 (or 0xB2BD91) is known color: Caper. HEX triplet: B2, BD and 91. RGB value is (178,189,145). Sum of RGB (Red+Green+Blue) = 178+189+145=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD91 is #4D426E. Grayscale: #B4B4B4. Windows color (decimal): -5063279 or 9551282. OLE color: 9551282.
HSL color Cylindrical-coordinate representation of color #B2BD91: hue angle of 75º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2BD91 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 145 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.26 |
| HSL | 75º | 0.25% | 0.65% | - |
| HSV(B) | 75º | 0.23% | 0.74% | - |
| XYZ | 41.67 | 47.9 | 33.84 | - |
| YUV | 180.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 145 | 0.06 | 0 | 0.23 | 0.26 | 75 | 0.25 | 0.65 |
| Hex | B2 | BD | 91 | 6 | 0 | 17 | 1A | 4B | 19 | 41 |
| Octal | 262 | 275 | 221 | 6 | 0 | 27 | 32 | 113 | 31 | 101 |
| Binary | 10110010 | 10111101 | 10010001 | 110 | 0 | 10111 | 11010 | 1001011 | 11001 | 1000001 |
Color Harmonies of #B2BD91
Complementary color
Monochromatic Colors of #B2BD91
Black with #B2BD91
Text Example
Text Example
White with #B2BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD91; }
p { color: rgb(178,189,145); }
H1.HeaderClassName
{
color: #B2BD91;
}
.AnyTagClassName
{
color: #B2BD91;
}
</style>
background-color css
<style>
a { background-color: #B2BD91; }
a { background-color: rgb(178,189,145); }
div.DivClassName
{
background-color: #B2BD91;
}
.BgClassName
{
background-color: #B2BD91;
}
</style>
border-color css
<style>
span { border-color: #B2BD91; }
span { border-color: rgb(178,189,145); }
td.TdClassName
{
border-color: #B2BD91;
}
.TagClassName
{
border-color: #B2BD91;
}
</style>