#B2D49A

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

Shades of Pixie Green #B2D49A

Tints of Pixie Green #B2D49A

Color information

#B2D49A (or 0xB2D49A) is unknown color: approx Pixie Green. HEX triplet: B2, D4 and 9A. RGB value is (178,212,154). Sum of RGB (Red+Green+Blue) = 178+212+154=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 212 (83.20% from 255 or 38.97% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D49A is #4D2B65. Grayscale: #C3C3C3. Windows color (decimal): -5057382 or 10146994. OLE color: 10146994.

HSL color Cylindrical-coordinate representation of color #B2D49A: hue angle of 95.17º 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 #B2D49A is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB178212154-
CMYK0.1600.270.17
HSL95.17º40.28%71.76%-
HSV(B)95.17º27.36%83.14%-
XYZ47.7458.8939.42-
YUV195.22104.74115.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 212 (83.20% from 255) = 38.97%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=32.72%
G=38.97%
B=28.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1782121540.1600.270.1795.1740.2871.76
HexB2D49A1001B115f2848
Octal262324232200332113750110
Binary101100101101010010011010100000110111000110111111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D49A; }

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

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

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

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

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

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

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

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