#B2BB8D

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

Shades of Caper #B2BB8D

Tints of Caper #B2BB8D

Color information

#B2BB8D (or 0xB2BB8D) is unknown color: approx Caper. HEX triplet: B2, BB and 8D. RGB value is (178,187,141). Sum of RGB (Red+Green+Blue) = 178+187+141=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB8D is #4D4472. Grayscale: #B3B3B3. Windows color (decimal): -5063795 or 9288626. OLE color: 9288626.

HSL color Cylindrical-coordinate representation of color #B2BB8D: hue angle of 71.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2BB8D is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB178187141-
CMYK0.0500.250.27
HSL71.74º25.27%64.31%-
HSV(B)71.74º24.6%73.33%-
XYZ40.9446.9332.1-
YUV179.06106.52127.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=35.18%
G=36.96%
B=27.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871410.0500.250.2771.7425.2764.31
HexB2BB8D50191B481940
Octal26227321550313311031100
Binary101100101011101110001101101011001110111001000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BB8D; }

 p { color: rgb(178,187,141); }

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

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

 a { background-color: rgb(178,187,141); }

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

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

 span { border-color: rgb(178,187,141); }

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