#B1B990

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

Shades of Green Spring #B1B990

Tints of Green Spring #B1B990

Color information

#B1B990 (or 0xB1B990) is unknown color: approx Green Spring. HEX triplet: B1, B9 and 90. RGB value is (177,185,144). Sum of RGB (Red+Green+Blue) = 177+185+144=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B990 is #4E466F. Grayscale: #B2B2B2. Windows color (decimal): -5129840 or 9484721. OLE color: 9484721.

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

Color convert

RGB177185144-
CMYK0.0400.220.27
HSL71.71º22.65%64.51%-
HSV(B)71.71º22.16%72.55%-
XYZ40.5146.0633.14-
YUV177.93108.85127.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 144 (56.64% from 255) = 28.46%
R=34.98%
G=36.56%
B=28.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771851440.0400.220.2771.7122.6564.51
HexB1B99040161B481741
Octal26127122040263311027101
Binary101100011011100110010000100010110110111001000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B990; }

 p { color: rgb(177,185,144); }

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

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

 a { background-color: rgb(177,185,144); }

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

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

 span { border-color: rgb(177,185,144); }

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