#B3BB9E

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

Shades of Green Spring #B3BB9E

Tints of Green Spring #B3BB9E

Color information

#B3BB9E (or 0xB3BB9E) is unknown color: approx Green Spring. HEX triplet: B3, BB and 9E. RGB value is (179,187,158). Sum of RGB (Red+Green+Blue) = 179+187+158=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BB9E is #4C4461. Grayscale: #B5B5B5. Windows color (decimal): -4998242 or 10402739. OLE color: 10402739.

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

Color convert

RGB179187158-
CMYK0.0400.160.27
HSL76.55º17.58%67.65%-
HSV(B)76.55º15.51%73.33%-
XYZ42.5347.5939.29-
YUV181.3114.85126.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=34.16%
G=35.69%
B=30.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791871580.0400.160.2776.5517.5867.65
HexB3BB9E40101B4d1244
Octal26327323640203311522104
Binary101100111011101110011110100010000110111001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BB9E; }

 p { color: rgb(179,187,158); }

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

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

 a { background-color: rgb(179,187,158); }

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

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

 span { border-color: rgb(179,187,158); }

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