#B2D59D

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

Shades of Pixie Green #B2D59D

Tints of Pixie Green #B2D59D

Color information

#B2D59D (or 0xB2D59D) is unknown color: approx Pixie Green. HEX triplet: B2, D5 and 9D. RGB value is (178,213,157). Sum of RGB (Red+Green+Blue) = 178+213+157=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D59D is #4D2A62. Grayscale: #C4C4C4. Windows color (decimal): -5057123 or 10343858. OLE color: 10343858.

HSL color Cylindrical-coordinate representation of color #B2D59D: hue angle of 97.5º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2D59D is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB178213157-
CMYK0.1600.260.16
HSL97.5º40%72.55%-
HSV(B)97.5º26.29%83.53%-
XYZ48.2459.4940.84-
YUV196.15105.9115.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.48%
GREEN value IS 213 (83.59% from 255) = 38.87%
BLUE value IS 157 (61.72% from 255) = 28.65%
R=32.48%
G=38.87%
B=28.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782131570.1600.260.1697.54072.55
HexB2D59D1001A10612849
Octal262325235200322014150111
Binary101100101101010110011101100000110101000011000011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D59D; }

 p { color: rgb(178,213,157); }

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

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

 a { background-color: rgb(178,213,157); }

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

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

 span { border-color: rgb(178,213,157); }

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