#BAD59E

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

Shades of Pixie Green #BAD59E

Tints of Pixie Green #BAD59E

Color information

#BAD59E (or 0xBAD59E) is unknown color: approx Pixie Green. HEX triplet: BA, D5 and 9E. RGB value is (186,213,158). Sum of RGB (Red+Green+Blue) = 186+213+158=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD59E is #452A61. Grayscale: #C6C6C6. Windows color (decimal): -4532834 or 10409402. OLE color: 10409402.

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

Color convert

RGB186213158-
CMYK0.1300.260.16
HSL89.45º39.57%72.75%-
HSV(B)89.45º25.82%83.53%-
XYZ50.2260.541.38-
YUV198.66105.05118.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=33.39%
G=38.24%
B=28.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131580.1300.260.1689.4539.5772.75
HexBAD59ED01A10592849
Octal272325236150322013150111
Binary10111010110101011001111011010110101000010110011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD59E; }

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

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

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

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

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

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

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

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