#b2bb99

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

Shades of Green Spring #B2BB99

Tints of Green Spring #B2BB99

Color information

#B2BB99 (or 0xB2BB99) is unknown color: approx Green Spring. HEX triplet: B2, BB and 99. RGB value is (178,187,153). Sum of RGB (Red+Green+Blue) = 178+187+153=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BB99 is #4D4466. Grayscale: #B4B4B4. Windows color (decimal): -5063783 or 10075058. OLE color: 10075058.

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

Color convert

RGB178187153-
CMYK0.0500.180.27
HSL75.88º20%66.67%-
HSV(B)75.88º18.18%73.33%-
XYZ41.8847.3137.06-
YUV180.43112.52126.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.36%
GREEN value IS 187 (73.44% from 255) = 36.10%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=34.36%
G=36.10%
B=29.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781871530.0500.180.2775.882066.67
HexB2BB9950121B4c1443
Octal26227323150223311424103
Binary101100101011101110011001101010010110111001100101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2bb99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2bb99; }

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

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

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

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

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

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

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

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