Shades of Caper #B2BF93
Tints of Caper #B2BF93
RGB
CMYK
RGB Variations
Color information
#B2BF93 (or 0xB2BF93) is known color: Caper. HEX triplet: B2, BF and 93. RGB value is (178,191,147). Sum of RGB (Red+Green+Blue) = 178+191+147=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 147 (57.81% from 255 or 28.49% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF93 is #4D406C. Grayscale: #B6B6B6. Windows color (decimal): -5062765 or 9682866. OLE color: 9682866.
HSL color Cylindrical-coordinate representation of color #B2BF93: hue angle of 77.73º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2BF93 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 147 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.25 |
| HSL | 77.73º | 0.26% | 0.66% | - |
| HSV(B) | 77.73º | 0.23% | 0.75% | - |
| XYZ | 42.26 | 48.83 | 34.8 | - |
| YUV | 182.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 147 | 0.07 | 0 | 0.23 | 0.25 | 77.73 | 0.26 | 0.66 |
| Hex | B2 | BF | 93 | 7 | 0 | 17 | 19 | 4E | 1A | 42 |
| Octal | 262 | 277 | 223 | 7 | 0 | 27 | 31 | 116 | 32 | 102 |
| Binary | 10110010 | 10111111 | 10010011 | 111 | 0 | 10111 | 11001 | 1001110 | 11010 | 1000010 |
Color Harmonies of #B2BF93
Complementary color
Monochromatic Colors of #B2BF93
Black with #B2BF93
Text Example
Text Example
White with #B2BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF93; }
p { color: rgb(178,191,147); }
H1.HeaderClassName
{
color: #B2BF93;
}
.AnyTagClassName
{
color: #B2BF93;
}
</style>
background-color css
<style>
a { background-color: #B2BF93; }
a { background-color: rgb(178,191,147); }
div.DivClassName
{
background-color: #B2BF93;
}
.BgClassName
{
background-color: #B2BF93;
}
</style>
border-color css
<style>
span { border-color: #B2BF93; }
span { border-color: rgb(178,191,147); }
td.TdClassName
{
border-color: #B2BF93;
}
.TagClassName
{
border-color: #B2BF93;
}
</style>