Shades of Caper #B2B78B
Tints of Caper #B2B78B
RGB
CMYK
RGB Variations
Color information
#B2B78B (or 0xB2B78B) is known color: Caper. HEX triplet: B2, B7 and 8B. RGB value is (178,183,139). Sum of RGB (Red+Green+Blue) = 178+183+139=500 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.6% from 500); Green value is 183 (71.88% from 255 or 36.6% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B78B is #4D4874. Grayscale: #B0B0B0. Windows color (decimal): -5064821 or 9156530. OLE color: 9156530.
HSL color Cylindrical-coordinate representation of color #B2B78B: hue angle of 66.82º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2B78B is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 139 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.28 |
| HSL | 66.82º | 0.23% | 0.63% | - |
| HSV(B) | 66.82º | 0.24% | 0.72% | - |
| XYZ | 39.95 | 45.2 | 31.04 | - |
| YUV | 176.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 139 | 0.03 | 0 | 0.24 | 0.28 | 66.82 | 0.23 | 0.63 |
| Hex | B2 | B7 | 8B | 3 | 0 | 18 | 1C | 43 | 17 | 3F |
| Octal | 262 | 267 | 213 | 3 | 0 | 30 | 34 | 103 | 27 | 77 |
| Binary | 10110010 | 10110111 | 10001011 | 11 | 0 | 11000 | 11100 | 1000011 | 10111 | 111111 |
Color Harmonies of #B2B78B
Complementary color
Monochromatic Colors of #B2B78B
Black with #B2B78B
Text Example
Text Example
White with #B2B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B78B; }
p { color: rgb(178,183,139); }
H1.HeaderClassName
{
color: #B2B78B;
}
.AnyTagClassName
{
color: #B2B78B;
}
</style>
background-color css
<style>
a { background-color: #B2B78B; }
a { background-color: rgb(178,183,139); }
div.DivClassName
{
background-color: #B2B78B;
}
.BgClassName
{
background-color: #B2B78B;
}
</style>
border-color css
<style>
span { border-color: #B2B78B; }
span { border-color: rgb(178,183,139); }
td.TdClassName
{
border-color: #B2B78B;
}
.TagClassName
{
border-color: #B2B78B;
}
</style>