#BACEA8

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

Shades of Pixie Green #BACEA8

Tints of Pixie Green #BACEA8

Color information

#BACEA8 (or 0xBACEA8) is unknown color: approx Pixie Green. HEX triplet: BA, CE and A8. RGB value is (186,206,168). Sum of RGB (Red+Green+Blue) = 186+206+168=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEA8 is #453157. Grayscale: #C3C3C3. Windows color (decimal): -4534616 or 11062970. OLE color: 11062970.

HSL color Cylindrical-coordinate representation of color #BACEA8: hue angle of 91.58º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACEA8 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB186206168-
CMYK0.1000.180.19
HSL91.58º27.94%73.33%-
HSV(B)91.58º18.45%80.78%-
XYZ49.3957.4145.52-
YUV195.69112.37121.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 168 (66.02% from 255) = 30%
R=33.21%
G=36.79%
B=30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061680.1000.180.1991.5827.9473.33
HexBACEA8A012135c1c49
Octal272316250120222313434111
Binary1011101011001110101010001010010010100111011100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEA8; }

 p { color: rgb(186,206,168); }

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

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

 a { background-color: rgb(186,206,168); }

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

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

 span { border-color: rgb(186,206,168); }

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