#B1B998

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

Shades of Green Spring #B1B998

Tints of Green Spring #B1B998

Color information

#B1B998 (or 0xB1B998) is unknown color: approx Green Spring. HEX triplet: B1, B9 and 98. RGB value is (177,185,152). Sum of RGB (Red+Green+Blue) = 177+185+152=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B998 is #4E4667. Grayscale: #B2B2B2. Windows color (decimal): -5129832 or 10009009. OLE color: 10009009.

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

Color convert

RGB177185152-
CMYK0.0400.180.27
HSL74.55º19.08%66.08%-
HSV(B)74.55º17.84%72.55%-
XYZ41.1546.3136.48-
YUV178.85112.85126.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 185 (72.66% from 255) = 35.99%
BLUE value IS 152 (59.77% from 255) = 29.57%
R=34.44%
G=35.99%
B=29.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771851520.0400.180.2774.5519.0866.08
HexB1B99840121B4b1342
Octal26127123040223311323102
Binary101100011011100110011000100010010110111001011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B998; }

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

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

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

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

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

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

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

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