#B2BF86

Color #B2BF86 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #B2BF86

Tints of Caper #B2BF86

Color information

#B2BF86 (or 0xB2BF86) is unknown color: approx Caper. HEX triplet: B2, BF and 86. RGB value is (178,191,134). Sum of RGB (Red+Green+Blue) = 178+191+134=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF86 is #4D4079. Grayscale: #B4B4B4. Windows color (decimal): -5062778 or 8830898. OLE color: 8830898.

HSL color Cylindrical-coordinate representation of color #B2BF86: hue angle of 73.68º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2BF86 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB178191134-
CMYK0.0700.300.25
HSL73.68º30.81%63.73%-
HSV(B)73.68º29.84%74.9%-
XYZ41.2948.4529.73-
YUV180.62101.69126.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=35.39%
G=37.97%
B=26.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911340.0700.300.2573.6830.8163.73
HexB2BF86701E194a1f40
Octal26227720670363111237100
Binary101100101011111110000110111011110110011001010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF86; }

 p { color: rgb(178,191,134); }

 H1.HeaderClassName
 {
   color: #B2BF86;
 }
 .AnyTagClassName
 {
   color: #B2BF86;
 }
</style>
background-color css

<style>
 a { background-color: #B2BF86; }

 a { background-color: rgb(178,191,134); }

 div.DivClassName
 {
   background-color: #B2BF86;
 }
 .BgClassName
 {
   background-color: #B2BF86;
 }
</style>
border-color css

<style>
 span { border-color: #B2BF86; }

 span { border-color: rgb(178,191,134); }

 td.TdClassName
 {
   border-color: #B2BF86;
 }
 .TagClassName
 {
   border-color: #B2BF86;
 }
</style>