#BADE9A

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

Shades of Pixie Green #BADE9A

Tints of Pixie Green #BADE9A

Color information

#BADE9A (or 0xBADE9A) is unknown color: approx Pixie Green. HEX triplet: BA, DE and 9A. RGB value is (186,222,154). Sum of RGB (Red+Green+Blue) = 186+222+154=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE9A is #452165. Grayscale: #CBCBCB. Windows color (decimal): -4530534 or 10149562. OLE color: 10149562.

HSL color Cylindrical-coordinate representation of color #BADE9A: hue angle of 91.76º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BADE9A is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB186222154-
CMYK0.1600.310.13
HSL91.76º50.75%73.73%-
HSV(B)91.76º30.63%87.06%-
XYZ52.265.0140.37-
YUV203.48100.07115.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 222 (87.11% from 255) = 39.50%
BLUE value IS 154 (60.55% from 255) = 27.40%
R=33.10%
G=39.50%
B=27.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221540.1600.310.1391.7650.7573.73
HexBADE9A1001FD5c334a
Octal272336232200371513463112
Binary10111010110111101001101010000011111110110111001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE9A; }

 p { color: rgb(186,222,154); }

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

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

 a { background-color: rgb(186,222,154); }

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

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

 span { border-color: rgb(186,222,154); }

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