#B1BD94

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

Shades of Green Spring #B1BD94

Tints of Green Spring #B1BD94

Color information

#B1BD94 (or 0xB1BD94) is unknown color: approx Green Spring. HEX triplet: B1, BD and 94. RGB value is (177,189,148). Sum of RGB (Red+Green+Blue) = 177+189+148=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD94 is #4E426B. Grayscale: #B4B4B4. Windows color (decimal): -5128812 or 9747889. OLE color: 9747889.

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

Color convert

RGB177189148-
CMYK0.0600.220.26
HSL77.56º23.7%66.08%-
HSV(B)77.56º21.69%74.12%-
XYZ41.6747.8835.06-
YUV180.74109.52125.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 189 (74.22% from 255) = 36.77%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=34.44%
G=36.77%
B=28.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771891480.0600.220.2677.5623.766.08
HexB1BD9460161A4e1842
Octal26127522460263211630102
Binary101100011011110110010100110010110110101001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BD94; }

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

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

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

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

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

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

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

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