#B2B896

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

Shades of Green Spring #B2B896

Tints of Green Spring #B2B896

Color information

#B2B896 (or 0xB2B896) is unknown color: approx Green Spring. HEX triplet: B2, B8 and 96. RGB value is (178,184,150). Sum of RGB (Red+Green+Blue) = 178+184+150=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B896 is #4D4769. Grayscale: #B2B2B2. Windows color (decimal): -5064554 or 9877682. OLE color: 9877682.

HSL color Cylindrical-coordinate representation of color #B2B896: hue angle of 70.59º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2B896 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB178184150-
CMYK0.0300.180.28
HSL70.59º19.32%65.49%-
HSV(B)70.59º18.48%72.16%-
XYZ41.0145.9535.56-
YUV178.33112.01127.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=34.77%
G=35.94%
B=29.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781841500.0300.180.2870.5919.3265.49
HexB2B89630121C471341
Octal26227022630223410723101
Binary10110010101110001001011011010010111001000111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B896; }

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

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

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

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

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

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

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

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