#B2BA89

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

Shades of Caper #B2BA89

Tints of Caper #B2BA89

Color information

#B2BA89 (or 0xB2BA89) is unknown color: approx Caper. HEX triplet: B2, BA and 89. RGB value is (178,186,137). Sum of RGB (Red+Green+Blue) = 178+186+137=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BA89 is #4D4576. Grayscale: #B2B2B2. Windows color (decimal): -5064055 or 9026226. OLE color: 9026226.

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

Color convert

RGB178186137-
CMYK0.0400.260.27
HSL69.8º26.2%63.33%-
HSV(B)69.8º26.34%72.94%-
XYZ40.4346.3930.49-
YUV178.02104.85127.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 137 (53.91% from 255) = 27.35%
R=35.53%
G=37.13%
B=27.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861370.0400.260.2769.826.263.33
HexB2BA89401A1B461a3f
Octal2622722114032331063277
Binary10110010101110101000100110001101011011100011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BA89; }

 p { color: rgb(178,186,137); }

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

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

 a { background-color: rgb(178,186,137); }

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

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

 span { border-color: rgb(178,186,137); }

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