#B2BB9F

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

Shades of Green Spring #B2BB9F

Tints of Green Spring #B2BB9F

Color information

#B2BB9F (or 0xB2BB9F) is unknown color: approx Green Spring. HEX triplet: B2, BB and 9F. RGB value is (178,187,159). Sum of RGB (Red+Green+Blue) = 178+187+159=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB9F is #4D4460. Grayscale: #B5B5B5. Windows color (decimal): -5063777 or 10468274. OLE color: 10468274.

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

Color convert

RGB178187159-
CMYK0.0500.150.27
HSL79.29º17.07%67.84%-
HSV(B)79.29º14.97%73.33%-
XYZ42.3947.5139.74-
YUV181.12115.52125.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.97%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=33.97%
G=35.69%
B=30.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871590.0500.150.2779.2917.0767.84
HexB2BB9F50F1B4f1144
Octal26227323750173311721104
Binary10110010101110111001111110101111110111001111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BB9F; }

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

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

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

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

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

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

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

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