#B2BC91

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

Shades of Caper #B2BC91

Tints of Caper #B2BC91

Color information

#B2BC91 (or 0xB2BC91) is unknown color: approx Caper. HEX triplet: B2, BC and 91. RGB value is (178,188,145). Sum of RGB (Red+Green+Blue) = 178+188+145=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BC91 is #4D436E. Grayscale: #B4B4B4. Windows color (decimal): -5063535 or 9551026. OLE color: 9551026.

HSL color Cylindrical-coordinate representation of color #B2BC91: hue angle of 73.95º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2BC91 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB178188145-
CMYK0.0500.230.26
HSL73.95º24.29%65.29%-
HSV(B)73.95º22.87%73.73%-
XYZ41.4547.4833.77-
YUV180.11108.19126.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=34.83%
G=36.79%
B=28.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881450.0500.230.2673.9524.2965.29
HexB2BC9150171A4a1841
Octal26227422150273211230101
Binary101100101011110010010001101010111110101001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC91; }

 p { color: rgb(178,188,145); }

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

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

 a { background-color: rgb(178,188,145); }

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

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

 span { border-color: rgb(178,188,145); }

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