#B3BB94

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

Shades of Green Spring #B3BB94

Tints of Green Spring #B3BB94

Color information

#B3BB94 (or 0xB3BB94) is unknown color: approx Green Spring. HEX triplet: B3, BB and 94. RGB value is (179,187,148). Sum of RGB (Red+Green+Blue) = 179+187+148=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BB94 is #4C446B. Grayscale: #B4B4B4. Windows color (decimal): -4998252 or 9747379. OLE color: 9747379.

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

Color convert

RGB179187148-
CMYK0.0400.210.27
HSL72.31º22.29%65.69%-
HSV(B)72.31º20.86%73.33%-
XYZ41.7147.2634.94-
YUV180.16109.85127.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 187 (73.44% from 255) = 36.38%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=34.82%
G=36.38%
B=28.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791871480.0400.210.2772.3122.2965.69
HexB3BB9440151B481642
Octal26327322440253311026102
Binary101100111011101110010100100010101110111001000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BB94; }

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

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

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

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

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

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

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

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