#B2B996

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

Shades of Green Spring #B2B996

Tints of Green Spring #B2B996

Color information

#B2B996 (or 0xB2B996) is unknown color: approx Green Spring. HEX triplet: B2, B9 and 96. RGB value is (178,185,150). Sum of RGB (Red+Green+Blue) = 178+185+150=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B996 is #4D4669. Grayscale: #B3B3B3. Windows color (decimal): -5064298 or 9877938. OLE color: 9877938.

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

Color convert

RGB178185150-
CMYK0.0400.190.27
HSL72º20%65.69%-
HSV(B)72º18.92%72.55%-
XYZ41.2146.3635.63-
YUV178.92111.68127.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=34.70%
G=36.06%
B=29.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781851500.0400.190.27722065.69
HexB2B99640131B481442
Octal26227122640233311024102
Binary101100101011100110010110100010011110111001000101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B996; }

 p { color: rgb(178,185,150); }

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

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

 a { background-color: rgb(178,185,150); }

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

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

 span { border-color: rgb(178,185,150); }

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