#B2D59C

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

Shades of Pixie Green #B2D59C

Tints of Pixie Green #B2D59C

Color information

#B2D59C (or 0xB2D59C) is unknown color: approx Pixie Green. HEX triplet: B2, D5 and 9C. RGB value is (178,213,156). Sum of RGB (Red+Green+Blue) = 178+213+156=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D59C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D59C is #4D2A63. Grayscale: #C4C4C4. Windows color (decimal): -5057124 or 10278322. OLE color: 10278322.

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

Color convert

RGB178213156-
CMYK0.1600.270.16
HSL96.84º40.43%72.35%-
HSV(B)96.84º26.76%83.53%-
XYZ48.1659.4540.39-
YUV196.04105.4115.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 213 (83.59% from 255) = 38.94%
BLUE value IS 156 (61.33% from 255) = 28.52%
R=32.54%
G=38.94%
B=28.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782131560.1600.270.1696.8440.4372.35
HexB2D59C1001B10612848
Octal262325234200332014150110
Binary101100101101010110011100100000110111000011000011010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D59C; }

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

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

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

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

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

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

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

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