#B1BE94

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

Shades of Green Spring #B1BE94

Tints of Green Spring #B1BE94

Color information

#B1BE94 (or 0xB1BE94) is unknown color: approx Green Spring. HEX triplet: B1, BE and 94. RGB value is (177,190,148). Sum of RGB (Red+Green+Blue) = 177+190+148=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE94 is #4E416B. Grayscale: #B5B5B5. Windows color (decimal): -5128556 or 9748145. OLE color: 9748145.

HSL color Cylindrical-coordinate representation of color #B1BE94: hue angle of 78.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1BE94 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB177190148-
CMYK0.0700.220.25
HSL78.57º24.42%66.27%-
HSV(B)78.57º22.11%74.51%-
XYZ41.8948.3135.13-
YUV181.32109.19124.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=34.37%
G=36.89%
B=28.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771901480.0700.220.2578.5724.4266.27
HexB1BE947016194f1842
Octal26127622470263111730102
Binary101100011011111010010100111010110110011001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE94; }

 p { color: rgb(177,190,148); }

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

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

 a { background-color: rgb(177,190,148); }

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

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

 span { border-color: rgb(177,190,148); }

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