#BAE295

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

Shades of Pixie Green #BAE295

Tints of Pixie Green #BAE295

Color information

#BAE295 (or 0xBAE295) is unknown color: approx Pixie Green. HEX triplet: BA, E2 and 95. RGB value is (186,226,149). Sum of RGB (Red+Green+Blue) = 186+226+149=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE295 is #451D6A. Grayscale: #CDCDCD. Windows color (decimal): -4529515 or 9822906. OLE color: 9822906.

HSL color Cylindrical-coordinate representation of color #BAE295: hue angle of 91.17º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAE295 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB186226149-
CMYK0.1800.340.11
HSL91.17º57.04%73.53%-
HSV(B)91.17º34.07%88.63%-
XYZ52.876738.58-
YUV205.2696.25114.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 226 (88.67% from 255) = 40.29%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=33.16%
G=40.29%
B=26.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862261490.1800.340.1191.1757.0473.53
HexBAE29512022B5b394a
Octal272342225220421313371112
Binary101110101110001010010101100100100010101110110111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE295; }

 p { color: rgb(186,226,149); }

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

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

 a { background-color: rgb(186,226,149); }

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

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

 span { border-color: rgb(186,226,149); }

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