#B1D49D

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

Shades of Pixie Green #B1D49D

Tints of Pixie Green #B1D49D

Color information

#B1D49D (or 0xB1D49D) is unknown color: approx Pixie Green. HEX triplet: B1, D4 and 9D. RGB value is (177,212,157). Sum of RGB (Red+Green+Blue) = 177+212+157=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 157 (61.72% from 255 or 28.75% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D49D is #4E2B62. Grayscale: #C3C3C3. Windows color (decimal): -5122915 or 10343601. OLE color: 10343601.

HSL color Cylindrical-coordinate representation of color #B1D49D: hue angle of 98.18º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1D49D is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB177212157-
CMYK0.1700.260.17
HSL98.18º39.01%72.35%-
HSV(B)98.18º25.94%83.14%-
XYZ47.7658.8740.74-
YUV195.26106.4114.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 212 (83.20% from 255) = 38.83%
BLUE value IS 157 (61.72% from 255) = 28.75%
R=32.42%
G=38.83%
B=28.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772121570.1700.260.1798.1839.0172.35
HexB1D49D1101A11622748
Octal261324235210322114247110
Binary101100011101010010011101100010110101000111000101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D49D; }

 p { color: rgb(177,212,157); }

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

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

 a { background-color: rgb(177,212,157); }

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

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

 span { border-color: rgb(177,212,157); }

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