Shades of Caper #B2BF80
Tints of Caper #B2BF80
RGB
CMYK
RGB Variations
Color information
#B2BF80 (or 0xB2BF80) is known color: Caper. HEX triplet: B2, BF and 80. RGB value is (178,191,128). Sum of RGB (Red+Green+Blue) = 178+191+128=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF80 is #4D407F. Grayscale: #B4B4B4. Windows color (decimal): -5062784 or 8437682. OLE color: 8437682.
HSL color Cylindrical-coordinate representation of color #B2BF80: hue angle of 72.38º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B2BF80 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 128 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.25 |
| HSL | 72.38º | 0.33% | 0.63% | - |
| HSV(B) | 72.38º | 0.33% | 0.75% | - |
| XYZ | 40.89 | 48.29 | 27.59 | - |
| YUV | 179.93 | 98.69 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 128 | 0.07 | 0 | 0.33 | 0.25 | 72.38 | 0.33 | 0.63 |
| Hex | B2 | BF | 80 | 7 | 0 | 21 | 19 | 48 | 21 | 3F |
| Octal | 262 | 277 | 200 | 7 | 0 | 41 | 31 | 110 | 41 | 77 |
| Binary | 10110010 | 10111111 | 10000000 | 111 | 0 | 100001 | 11001 | 1001000 | 100001 | 111111 |
Color Harmonies of #B2BF80
Complementary color
Monochromatic Colors of #B2BF80
Black with #B2BF80
Text Example
Text Example
White with #B2BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF80; }
p { color: rgb(178,191,128); }
H1.HeaderClassName
{
color: #B2BF80;
}
.AnyTagClassName
{
color: #B2BF80;
}
</style>
background-color css
<style>
a { background-color: #B2BF80; }
a { background-color: rgb(178,191,128); }
div.DivClassName
{
background-color: #B2BF80;
}
.BgClassName
{
background-color: #B2BF80;
}
</style>
border-color css
<style>
span { border-color: #B2BF80; }
span { border-color: rgb(178,191,128); }
td.TdClassName
{
border-color: #B2BF80;
}
.TagClassName
{
border-color: #B2BF80;
}
</style>