#BADE9B

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

Shades of Pixie Green #BADE9B

Tints of Pixie Green #BADE9B

Color information

#BADE9B (or 0xBADE9B) is unknown color: approx Pixie Green. HEX triplet: BA, DE and 9B. RGB value is (186,222,155). Sum of RGB (Red+Green+Blue) = 186+222+155=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE9B is #452164. Grayscale: #CBCBCB. Windows color (decimal): -4530533 or 10215098. OLE color: 10215098.

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

Color convert

RGB186222155-
CMYK0.1600.300.13
HSL92.24º50.38%73.92%-
HSV(B)92.24º30.18%87.06%-
XYZ52.2965.0540.81-
YUV203.6100.57115.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=33.04%
G=39.43%
B=27.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862221550.1600.300.1392.2450.3873.92
HexBADE9B1001ED5c324a
Octal272336233200361513462112
Binary10111010110111101001101110000011110110110111001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADE9B; }

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

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

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

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

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

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

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

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