#BAD79E

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

Shades of Pixie Green #BAD79E

Tints of Pixie Green #BAD79E

Color information

#BAD79E (or 0xBAD79E) is unknown color: approx Pixie Green. HEX triplet: BA, D7 and 9E. RGB value is (186,215,158). Sum of RGB (Red+Green+Blue) = 186+215+158=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD79E is #452861. Grayscale: #C8C8C8. Windows color (decimal): -4532322 or 10409914. OLE color: 10409914.

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

Color convert

RGB186215158-
CMYK0.1300.270.16
HSL90.53º41.61%73.14%-
HSV(B)90.53º26.51%84.31%-
XYZ50.7261.5141.55-
YUV199.83104.39118.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=33.27%
G=38.46%
B=28.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862151580.1300.270.1690.5341.6173.14
HexBAD79ED01B105b2a49
Octal272327236150332013352111
Binary10111010110101111001111011010110111000010110111010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD79E; }

 p { color: rgb(186,215,158); }

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

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

 a { background-color: rgb(186,215,158); }

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

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

 span { border-color: rgb(186,215,158); }

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