#B1D49A

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

Shades of Pixie Green #B1D49A

Tints of Pixie Green #B1D49A

Color information

#B1D49A (or 0xB1D49A) is unknown color: approx Pixie Green. HEX triplet: B1, D4 and 9A. RGB value is (177,212,154). Sum of RGB (Red+Green+Blue) = 177+212+154=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 212 - color contains mainly: green. Hex color #B1D49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D49A is #4E2B65. Grayscale: #C3C3C3. Windows color (decimal): -5122918 or 10146993. OLE color: 10146993.

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

Color convert

RGB177212154-
CMYK0.1700.270.17
HSL96.21º40.28%71.76%-
HSV(B)96.21º27.36%83.14%-
XYZ47.5158.7739.41-
YUV194.92104.9115.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.60%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=32.60%
G=39.04%
B=28.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1772121540.1700.270.1796.2140.2871.76
HexB1D49A1101B11602848
Octal261324232210332114050110
Binary101100011101010010011010100010110111000111000001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D49A; }

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

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

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

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

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

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

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

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