#B2D79A

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

Shades of Pixie Green #B2D79A

Tints of Pixie Green #B2D79A

Color information

#B2D79A (or 0xB2D79A) is unknown color: approx Pixie Green. HEX triplet: B2, D7 and 9A. RGB value is (178,215,154). Sum of RGB (Red+Green+Blue) = 178+215+154=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D79A is #4D2865. Grayscale: #C5C5C5. Windows color (decimal): -5056614 or 10147762. OLE color: 10147762.

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

Color convert

RGB178215154-
CMYK0.1700.280.16
HSL96.39º43.26%72.35%-
HSV(B)96.39º28.37%84.31%-
XYZ48.4960.439.67-
YUV196.98103.74114.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=32.54%
G=39.31%
B=28.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1782151540.1700.280.1696.3943.2672.35
HexB2D79A1101C10602b48
Octal262327232210342014053110
Binary101100101101011110011010100010111001000011000001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D79A; }

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

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

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

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

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

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

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

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