Shades of Caper #B2BF89
Tints of Caper #B2BF89
RGB
CMYK
RGB Variations
Color information
#B2BF89 (or 0xB2BF89) is known color: Caper. HEX triplet: B2, BF and 89. RGB value is (178,191,137). Sum of RGB (Red+Green+Blue) = 178+191+137=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF89 is #4D4076. Grayscale: #B5B5B5. Windows color (decimal): -5062775 or 9027506. OLE color: 9027506.
HSL color Cylindrical-coordinate representation of color #B2BF89: hue angle of 74.44º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2BF89 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 137 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.25 |
| HSL | 74.44º | 0.3% | 0.64% | - |
| HSV(B) | 74.44º | 0.28% | 0.75% | - |
| XYZ | 41.51 | 48.53 | 30.85 | - |
| YUV | 180.96 | 103.19 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 137 | 0.07 | 0 | 0.28 | 0.25 | 74.44 | 0.3 | 0.64 |
| Hex | B2 | BF | 89 | 7 | 0 | 1C | 19 | 4A | 1E | 40 |
| Octal | 262 | 277 | 211 | 7 | 0 | 34 | 31 | 112 | 36 | 100 |
| Binary | 10110010 | 10111111 | 10001001 | 111 | 0 | 11100 | 11001 | 1001010 | 11110 | 1000000 |
Color Harmonies of #B2BF89
Complementary color
Monochromatic Colors of #B2BF89
Black with #B2BF89
Text Example
Text Example
White with #B2BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF89; }
p { color: rgb(178,191,137); }
H1.HeaderClassName
{
color: #B2BF89;
}
.AnyTagClassName
{
color: #B2BF89;
}
</style>
background-color css
<style>
a { background-color: #B2BF89; }
a { background-color: rgb(178,191,137); }
div.DivClassName
{
background-color: #B2BF89;
}
.BgClassName
{
background-color: #B2BF89;
}
</style>
border-color css
<style>
span { border-color: #B2BF89; }
span { border-color: rgb(178,191,137); }
td.TdClassName
{
border-color: #B2BF89;
}
.TagClassName
{
border-color: #B2BF89;
}
</style>