#B1D29D

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

Shades of Pixie Green #B1D29D

Tints of Pixie Green #B1D29D

Color information

#B1D29D (or 0xB1D29D) is unknown color: approx Pixie Green. HEX triplet: B1, D2 and 9D. RGB value is (177,210,157). Sum of RGB (Red+Green+Blue) = 177+210+157=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D29D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D29D is #4E2D62. Grayscale: #C2C2C2. Windows color (decimal): -5123427 or 10343089. OLE color: 10343089.

HSL color Cylindrical-coordinate representation of color #B1D29D: hue angle of 97.36º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1D29D is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB177210157-
CMYK0.1600.250.18
HSL97.36º37.06%71.96%-
HSV(B)97.36º25.24%82.35%-
XYZ47.2657.8740.58-
YUV194.09107.07115.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.54%
GREEN value IS 210 (82.42% from 255) = 38.60%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=32.54%
G=38.60%
B=28.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1772101570.1600.250.1897.3637.0671.96
HexB1D29D1001912612548
Octal261322235200312214145110
Binary101100011101001010011101100000110011001011000011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D29D; }

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

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

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

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

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

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

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

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