#BACEA0

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

Shades of Pixie Green #BACEA0

Tints of Pixie Green #BACEA0

Color information

#BACEA0 (or 0xBACEA0) is unknown color: approx Pixie Green. HEX triplet: BA, CE and A0. RGB value is (186,206,160). Sum of RGB (Red+Green+Blue) = 186+206+160=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 160 (62.89% from 255 or 28.99% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEA0 is #45315F. Grayscale: #C2C2C2. Windows color (decimal): -4534624 or 10538682. OLE color: 10538682.

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

Color convert

RGB186206160-
CMYK0.1000.220.19
HSL86.09º31.94%71.76%-
HSV(B)86.09º22.33%80.78%-
XYZ48.6757.1241.72-
YUV194.78108.37121.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 206 (80.86% from 255) = 37.32%
BLUE value IS 160 (62.89% from 255) = 28.99%
R=33.70%
G=37.32%
B=28.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061600.1000.220.1986.0931.9471.76
HexBACEA0A01613562048
Octal272316240120262312640110
Binary10111010110011101010000010100101101001110101101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEA0; }

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

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

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

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

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

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

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

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